We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08d4e9 commit e6b3bb2Copy full SHA for e6b3bb2
.github/workflows/ci.yml
@@ -95,6 +95,9 @@ jobs:
95
run: |
96
pytest --cov-report=xml:coverage.xml --cov-fail-under=0
97
98
+ echo "Contents of coverage.xml after pytest:"
99
+ cat /home/runner/work/power-grid-model-io/power-grid-model-io/coverage.xml
100
+
101
# Fix relative paths in coverage file
102
# Known bug: https://community.sonarsource.com/t/sonar-on-github-actions-with-python-coverage-source-issue/36057
103
sed -i 's@/home/runner/work/power-grid-model-io/power-grid-model-io@/github/workspace@g' coverage.xml
0 commit comments