Skip to content

Commit c018d03

Browse files
committed
minimal coverage configuration
1 parent b673446 commit c018d03

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ jobs:
114114
--disable-pytest-warnings
115115
--durations=20
116116
--low-performance
117-
--cov=gromacs
117+
--cov="./gromacs
118118
--cov-report=xml
119-
--cov-report=term-missing
119+
--cov-report=term
120120
--color=yes
121121
./tests
122122

ci/conda-envs/test_env.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ dependencies:
1010
- pocl
1111
- setuptools
1212
# dev tools
13-
- codecov
1413
- pytest
1514
- pytest-cov
1615
#- pytest-pep8
17-
- pytest-xdist
16+
#- pytest-xdist
1817
- coverage
18+
- codecov

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ extend-exclude = "tests/(test_core|fileformats/test_convert)\\.py"
9191

9292
[tool.coverage.run]
9393
branch = true
94-
source = ["gromacs"]
9594
omit = [
9695
"doc/sphinx/source/conf.py"
9796
]

0 commit comments

Comments
 (0)