Skip to content

Commit b90e694

Browse files
authored
Merge branch 'main' into lammps
2 parents e0d001c + 3ed8245 commit b90e694

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.ci_support/environment-mpich.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- coveralls
54
- coverage
6-
- codacy-coverage
75
- lammps =2023.08.02
86
- mpich
97
- numpy =1.26.0

.ci_support/environment-openmpi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- coveralls
54
- coverage
6-
- codacy-coverage
75
- lammps =2023.08.02
86
- openmpi
97
- numpy =1.26.0

.github/workflows/coverage.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
shell: bash -l {0}
3232
run: |
3333
coverage run --omit pylammpsmpi/_version.py -m unittest discover tests
34-
- name: Coverage
35-
shell: bash -l {0}
36-
run: |
3734
coverage combine
38-
coveralls
39-
coverage xml
35+
- name: Coveralls
36+
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)