We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b485cd + af71ed0 commit edd6a79Copy full SHA for edd6a79
.codecov.yml
@@ -1,10 +1,7 @@
1
coverage:
2
status:
3
- project:
4
- default:
5
- target: 0%
6
- patch:
7
8
+ project: yes
+ patch: yes
+ changes: no
9
10
comment: false
.coveragerc
@@ -1,3 +1,3 @@
[run]
plugins = covimerage
-data_file = .coverage.covimerage
+data_file = .coverage_covimerage
.travis.yml
@@ -39,4 +39,4 @@ script:
39
after_success:
40
- covimerage write_coverage $TEST_PROFILE
41
- coverage xml
42
- - bash <(curl -s https://codecov.io/bash)
+ - bash <(curl -s https://codecov.io/bash) -f coverage.xml
0 commit comments