-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload test coverage report to codecov website. (#1222)
* Upload test coverage report ot codecov website. * Upload to codecov. * Try_01 CovdeCov upload. * Updated makefile to have xml format test report. * Upload cove results only for 22.2 * Use cov_xml.xml * Update upload - code-cov 2 * Typo corrected. * Upload cov results - updated file path.
- Loading branch information
Showing
4 changed files
with
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
comment: | ||
layout: "diff" | ||
behavior: default | ||
require_changes: true # Avoid coverage comment if no files are changed. | ||
|
||
coverage: | ||
range: 70..100 | ||
round: down | ||
precision: 2 | ||
status: | ||
project: | ||
default: | ||
target: 80% | ||
patch: | ||
default: | ||
# basic | ||
target: 90% | ||
if_not_found: success | ||
if_ci_failed: error | ||
if_no_uploads: error | ||
threshold: 4% # Because some tests are flaky. |