- Notifications
You must be signed in to change notification settings - Fork 537
[MRG] Codecov options + remove 2.7 #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
6 commits Select commit Hold shift + click to select a range
2ea1bfd cleanup setup
karnawhat 431e865 Ignore files in codecov
karnawhat e6f4fe8 Remove externals module
karnawhat f70a325 change name to compile_args
karnawhat e40f601 bye py2.7 (you will be missed)
karnawhat 7e105c1 glob to ignore folders
karnawhat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,16 +1,48 @@ | ||
| # Docs ref: https://docs.codecov.io/docs/codecovyml-reference | ||
| # Validation check: $ curl --data-binary @codecov.yml https://codecov.io/validate | ||
| | ||
| | ||
| codecov: | ||
| token: 057953e4-d263-41c0-913c-5d45c0371df9 | ||
| bot: "codecov-io" | ||
| strict_yaml_branch: "yaml-config" | ||
| require_ci_to_pass: yes | ||
| notify: | ||
| wait_for_ci: yes | ||
| | ||
| coverage: | ||
| precision: 2 | ||
| round: down | ||
| range: "70...100" | ||
| status: | ||
| project: | ||
| default: | ||
| target: auto | ||
| threshold: 0.01 | ||
| patch: false | ||
| base: auto # target to compare against | ||
| target: auto # target "X%" coverage to hit on project | ||
| threshold: 1% # allow this much decrease from base | ||
| if_ci_failed: error | ||
| patch: | ||
| default: | ||
| base: auto # target to compare against | ||
| target: 50% # target "X%" coverage to hit on patch | ||
| # threshold: 50% # allow this much decrease on patch | ||
| changes: false | ||
| | ||
| parsers: | ||
| gcov: | ||
| branch_detection: | ||
| conditional: yes | ||
| loop: yes | ||
| method: no | ||
| macro: no | ||
| | ||
| # https://docs.codecov.io/docs/ignoring-paths | ||
| ignore: | ||
| - "ot/externals/" | ||
| - "ot/gpu/" | ||
| | ||
| # https://docs.codecov.io/docs/pull-request-comments | ||
| comment: | ||
| layout: "header, diff, sunburst, uncovered" | ||
| layout: header, diff, sunburst, uncovered | ||
| behavior: default | ||
| codecov: | ||
| token: 057953e4-d263-41c0-913c-5d45c0371df9 | ||
| require_changes: true # if true: only post the comment if coverage changes |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python 2 should be removed