Skip to content

Commit

Permalink
Fix(?) CodeCov uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
Legorooj committed Apr 23, 2020
1 parent 38f2ccb commit dcc541c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .azure-pipelines/azure-pipelines.yml
Expand Up @@ -59,7 +59,6 @@ jobs:
- script: pytest --maxfail=3 tests --cov=sloth
displayName: "Run the tests"
- script: |
curl -o codecov.sh -f https://codecov.io/bash
sh codecov.sh -n $(pythonVersion) -Z
bash <(curl -s https://codecov.io/bash) -n $(pythonVersion) -Z
displayName: "Upload coverage to CodeCov"
condition: succeeded() # Make sure that this only runs if *everything* else has succeeded.

0 comments on commit dcc541c

Please sign in to comment.