Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
Here’s the updated configuration to include gcovr for code coverage reporting while keeping the existing structure intact
  • Loading branch information
Yuva authored Dec 30, 2024
1 parent d2af881 commit 7bd0208
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ codecov:
notify:
# Wait for all coverage builds:
# - coverage-linux.yml
# - coverage-windows.yml [manually disabled see #50489]
# - coverage-windows.yml [manually disabled, see #50489]
# - coverage-linux-without-intl.yml
after_n_builds: 2

Expand All @@ -17,3 +17,15 @@ coverage:
status:
project: off
patch: off

gcovr:
# Configure gcovr for detailed code coverage reporting
enabled: true
reports:
html: true
xml: true
summary: true
thresholds:
# Set minimum coverage thresholds
line: 80
branch: 75

0 comments on commit 7bd0208

Please sign in to comment.