Skip to content

Commit 5ead218

Browse files
author
Jussi Aittoniemi
committed
remove test coverage analysis from Dockerfile entrypoint and from GH action for tests
1 parent 57f411f commit 5ead218

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/python-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
name: dolfinx
5656
options: -v ${{ github.workspace }}:/home/warmth
5757

58-
- name: Upload coverage reports to Codecov
59-
uses: codecov/[email protected]
60-
with:
61-
token: ${{ secrets.CODECOV_TOKEN }}
58+
#- name: Upload coverage reports to Codecov
59+
# uses: codecov/[email protected]
60+
# with:
61+
# token: ${{ secrets.CODECOV_TOKEN }}
6262

6363
Test1d:
6464
runs-on: ubuntu-latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ FROM dolfinx/dolfinx:v0.10.0
33
LABEL org.opencontainers.image.source https://github.com/equinor/warmth
44
WORKDIR /home/warmth
55

6-
ENTRYPOINT pip install . && pip install pytest==7.4.2 pytest-cov==4.1.0 pytest-mpi==0.6 && mpirun -n 2 python3 -m pytest --with-mpi --cov-report=term-missing --cov-report=xml --cov=warmth tests
6+
ENTRYPOINT pip install . && pip install pytest==7.4.2 pytest-cov==4.1.0 pytest-mpi==0.6 && mpirun -n 2 python3 -m pytest --with-mpi tests

0 commit comments

Comments
 (0)