Skip to content

Commit

Permalink
ci: codecov: set name for uploads/builds
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Feb 27, 2019
1 parent a734e1f commit 6105244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ after_success:
coverage combine
coverage xml
coverage report -m
bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -F $TRAVIS_OS_NAME
bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -F $TRAVIS_OS_NAME -n $TOXENV
fi
notifications:
Expand Down
2 changes: 1 addition & 1 deletion scripts/upload-coverage.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if not defined PYTEST_NO_COVERAGE (
coverage combine
coverage xml
coverage report -m
scripts\retry codecov --required -X gcov pycov search -f coverage.xml --flags windows
scripts\retry codecov --required -X gcov pycov search -f coverage.xml --flags windows --name %TOXENV%
) else (
echo Skipping coverage upload, PYTEST_NO_COVERAGE is set
)

0 comments on commit 6105244

Please sign in to comment.