Skip to content

Commit

Permalink
Merge pull request #147 from pyiron/coveralls
Browse files Browse the repository at this point in the history
Use Coveralls Github action
  • Loading branch information
jan-janssen authored Oct 6, 2023
2 parents 747336b + 42b5ca6 commit 3ed8245
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
channels:
- conda-forge
dependencies:
- coveralls
- coverage
- codacy-coverage
- lammps =2023.03.28
- mpich
- numpy =1.26.0
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
channels:
- conda-forge
dependencies:
- coveralls
- coverage
- codacy-coverage
- lammps =2023.03.28
- openmpi
- numpy =1.26.0
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
shell: bash -l {0}
run: |
coverage run --omit pylammpsmpi/_version.py -m unittest discover tests
- name: Coverage
shell: bash -l {0}
run: |
coverage combine
coveralls
coverage xml
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 3ed8245

Please sign in to comment.