Skip to content

Commit

Permalink
Merge pull request #53 from pyiron/coveralls
Browse files Browse the repository at this point in the history
Use Coveralls Github action
  • Loading branch information
liamhuber authored Oct 11, 2023
2 parents a42ee99 + df78a04 commit a4901bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coverage combine
coveralls --service=github
coverage xml
- name: Coveralls
uses: coverallsapp/github-action@v2
- name: Codacy
shell: bash -l {0}
env:
Expand Down

0 comments on commit a4901bd

Please sign in to comment.