diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 183d05a..b10e1e6 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -1,9 +1,7 @@ channels: - conda-forge dependencies: - - coveralls - coverage - - codacy-coverage - lammps =2023.03.28 - mpich - numpy =1.26.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 0fa2d84..14f95bb 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -1,9 +1,7 @@ channels: - conda-forge dependencies: - - coveralls - coverage - - codacy-coverage - lammps =2023.03.28 - openmpi - numpy =1.26.0 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index eaa0abd..4a0b653 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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