Removed upload token as it is not required for public repositories.
This commit is contained in:
parent
246f7f6440
commit
d5eecb0bb2
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ test_script:
|
||||||
after_test:
|
after_test:
|
||||||
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
|
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- codecov -f "coverage.xml" -t YourUploadToken
|
- codecov -f "coverage.xml"
|
||||||
|
|
Loading…
Reference in a new issue