Skip to content

Commit

Permalink
Merge pull request #112 from blueyed/fix-cov
Browse files Browse the repository at this point in the history
Fix data_file in .coveragerc
  • Loading branch information
tyru authored Jul 18, 2019
2 parents 9b485cd + af71ed0 commit edd6a79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
coverage:
status:
project:
default:
target: 0%
patch:
default:
target: 0%
project: yes
patch: yes
changes: no

comment: false
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[run]
plugins = covimerage
data_file = .coverage.covimerage
data_file = .coverage_covimerage
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ script:
after_success:
- covimerage write_coverage $TEST_PROFILE
- coverage xml
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash) -f coverage.xml

0 comments on commit edd6a79

Please sign in to comment.