Skip to content

Commit fa7bb47

Browse files
authored
Merge pull request #1002 from PowerGridModel/feature/homogenize-pytest-coverage
homogenize pytest coverage pgm/pgm-io
2 parents ee6002f + a3616ba commit fa7bb47

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/build-test-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ on:
2222
default: false
2323
required: true
2424

25-
2625
concurrency:
2726
group: ${{ github.workflow }}-${{ github.ref }}-main
2827
cancel-in-progress: true

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,9 @@ version = { file = "PYPI_VERSION" }
7676
testpaths = ["tests/unit"]
7777
addopts = [
7878
"--cov=power_grid_model",
79-
"--cov-report",
80-
"term",
81-
"--cov-report",
82-
"html:python_cov_html",
83-
"--cov-report",
84-
"xml:python_coverage.xml",
79+
"--cov-report=term",
80+
"--cov-report=html:python_cov_html",
81+
"--cov-report=xml:python_coverage.xml",
8582
"--cov-fail-under=95",
8683
]
8784
xfail_strict = true

0 commit comments

Comments
 (0)