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 d5f1e06 commit b415c58Copy full SHA for b415c58
.github/workflows/test.yml
@@ -39,7 +39,9 @@ jobs:
39
run: meson compile -C build
40
41
- name: Coverage
42
- run: ninja coverage-xml -C build
+ run: |
43
+ ninja coverage-xml -C build
44
+ sed -i "s/<source>\.\.<\\/source>/<source>\.<\\/source>/g" "./build/meson-logs/coverage.xml"
45
46
- name: Create Coverage Report
47
uses: insightsengineering/coverage-action@v2
0 commit comments