From 2fe427f033184f5f470849b604c3a0191f1fea2d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 6 Oct 2023 06:30:59 +0200 Subject: [PATCH 1/3] Update coverage.yml --- .github/workflows/coverage.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 From 53da0729fbacc0600d1f8e90cee53d6864791b13 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 6 Oct 2023 06:31:41 +0200 Subject: [PATCH 2/3] Update environment-openmpi.yml --- .ci_support/environment-openmpi.yml | 2 -- 1 file changed, 2 deletions(-) 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 From 42b5ca697e8997612ab49dc91b80cf61013a3c8f Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Fri, 6 Oct 2023 06:34:59 +0200 Subject: [PATCH 3/3] Update environment-mpich.yml --- .ci_support/environment-mpich.yml | 2 -- 1 file changed, 2 deletions(-) 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