Skip to content

Commit e6b3bb2

Browse files
committed
try right after pytest
Signed-off-by: Nitish Bharambe <[email protected]>
1 parent d08d4e9 commit e6b3bb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
run: |
9696
pytest --cov-report=xml:coverage.xml --cov-fail-under=0
9797
98+
echo "Contents of coverage.xml after pytest:"
99+
cat /home/runner/work/power-grid-model-io/power-grid-model-io/coverage.xml
100+
98101
# Fix relative paths in coverage file
99102
# Known bug: https://community.sonarsource.com/t/sonar-on-github-actions-with-python-coverage-source-issue/36057
100103
sed -i 's@/home/runner/work/power-grid-model-io/power-grid-model-io@/github/workspace@g' coverage.xml

0 commit comments

Comments
 (0)