Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
codecov: Make the coverage combining step optional
Browse files Browse the repository at this point in the history
This step can fail for valid reasons (nothing to conbine).
  • Loading branch information
ceache committed Sep 17, 2018
1 parent 378f30e commit e9ad067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -89,7 +89,7 @@ basepython = python3
deps = codecov

commands =
coverage combine --append
- coverage combine --append
codecov -e TOXENV --required

###########################
Expand Down

0 comments on commit e9ad067

Please sign in to comment.