-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update gcovr to 7.2 and codecov config
- Loading branch information
Showing
5 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
# TODO(bcoe): re-enable coverage report comments, once we can figure out | ||
# how to make them more accurate for the Node.js project, | ||
# See: https://github.com/nodejs/node/issues/35759 | ||
comment: false | ||
# # Only show diff and files changed: | ||
# layout: "diff, files" | ||
# # Don't post if no changes in coverage: | ||
# require_changes: true | ||
comment: | ||
# Only show diff and files changed: | ||
layout: diff, files | ||
# Don't post if no changes in coverage: | ||
require_changes: true | ||
|
||
codecov: | ||
branch: main | ||
notify: | ||
# Wait for all coverage builds: | ||
# - coverage-linux.yml | ||
# - coverage-windows.yml [manually disabled see #50489] | ||
# - coverage-linux-without-intl.yml | ||
after_n_builds: 2 | ||
|
||
coverage: | ||
# Useful for blocking Pull Requests that don't meet a particular coverage threshold. | ||
status: | ||
project: off | ||
patch: off |