forked from postmanlabs/postman-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add codecov as coverage tool in TravisCI
- Loading branch information
Showing
6 changed files
with
67 additions
and
60 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
coverage: | ||
range: 70..100 # green if 100+, red if 70- | ||
|
||
status: | ||
patch: | ||
# coverage status for pull request diff | ||
default: | ||
target: 100 # any patch should be 100% covered | ||
threshold: 1% # allow a little drop | ||
|
||
project: | ||
# coverage status for whole project | ||
default: | ||
target: auto # use coverage of base commit as target | ||
threshold: 1% # allow a little drop | ||
|
||
# coverage status for unit tests | ||
unit: | ||
flags: unit | ||
target: 50 | ||
|
||
parsers: | ||
javascript: | ||
enable_partials: yes # use partial line coverage |
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 was deleted.
Oops, something went wrong.
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