Skip to content

Commit

Permalink
Merge pull request #608 from vim-jp/fix-ci
Browse files Browse the repository at this point in the history
[Fix CI] write_coverage -> write-coverage
  • Loading branch information
tyru authored Oct 10, 2018
2 parents bc0bd9a + f736982 commit 080d0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ after_test:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- pip install covimerage
- covimerage write_coverage %THEMIS_PROFILE%
- covimerage write-coverage %THEMIS_PROFILE%
- coverage xml
- codecov -f coverage.xml

Expand Down
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

0 comments on commit 080d0af

Please sign in to comment.