We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 747336b + 42b5ca6 commit 3ed8245Copy full SHA for 3ed8245
.ci_support/environment-mpich.yml
@@ -1,9 +1,7 @@
1
channels:
2
- conda-forge
3
dependencies:
4
- - coveralls
5
- coverage
6
- - codacy-coverage
7
- lammps =2023.03.28
8
- mpich
9
- numpy =1.26.0
.ci_support/environment-openmpi.yml
- openmpi
.github/workflows/coverage.yml
@@ -31,9 +31,6 @@ jobs:
31
shell: bash -l {0}
32
run: |
33
coverage run --omit pylammpsmpi/_version.py -m unittest discover tests
34
- - name: Coverage
35
- shell: bash -l {0}
36
- run: |
37
coverage combine
38
- coveralls
39
- coverage xml
+ - name: Coveralls
+ uses: coverallsapp/github-action@v2
0 commit comments