switching from coverals to codecov #764
Merged
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
Jump to file or symbol
Failed to load files and symbols.
29
codecov.yml
| @@ -0,0 +1,29 @@ | ||
| +codecov: | ||
| + branch: master | ||
| + | ||
| +coverage: | ||
| + precision: 3 | ||
| + round: nearest | ||
| + range: "50...100" | ||
| + | ||
| + status: | ||
| + project: | ||
| + default: | ||
| + target: auto | ||
| + threshold: null | ||
| + branches: null | ||
| + | ||
| + patch: | ||
| + default: | ||
| + target: auto | ||
| + branches: null | ||
| + | ||
| + changes: | ||
| + default: | ||
| + branches: null | ||
| + | ||
| + | ||
| +comment: | ||
| + layout: "header, diff, changes, sunburst, uncovered, tree" | ||
| + branches: null | ||
| + behavior: default |