Show the coverage report in actions
All checks were successful
Build ptprnt / build (push) Successful in 1m1s

This commit is contained in:
2023-09-25 19:37:32 +02:00
parent 22ad30ad45
commit 3e1fd92894

View File

@@ -23,3 +23,5 @@ jobs:
run: ninja -C builddir test
- name: calculate coverage
run: ninja -C builddir coverage-text
- name: Coverage report
run: cat ./builddir/meson-logs/coverage.txt