Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Feb 11, 2025
1 parent 3989370 commit f1c41a5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,11 @@ jobs:
pip install . --no-deps --no-build-isolation
coverage run --omit="pyiron_atomistics/_version.py,tests/*" -m unittest discover tests
coverage xml
- name: Coveralls
- name: Upload coverage reports to Codecov
if: matrix.label == 'linux-64-py-3-12'
uses: coverallsapp/github-action@v2
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

unittest_old:
needs: [black]
Expand Down Expand Up @@ -231,4 +233,4 @@ jobs:
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f1c41a5

Please sign in to comment.