Skip to content

Commit

Permalink
Revert "no need to run coverage combine"
Browse files Browse the repository at this point in the history
This reverts commit 8a81183.
  • Loading branch information
anthrotype committed Sep 5, 2018
1 parent d6e582a commit 9953093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# measure 'branch' coverage in addition to 'statement' coverage
# See: http://coverage.readthedocs.io/en/coverage-4.5.1/branch.html
branch = True
parallel = True

# list of directories or packages to measure
source =
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
- CIBW_BEFORE_BUILD_LINUX="yum install -y glibc-devel.i386 libgcc_s.so.1"
- CIBW_ENVIRONMENT_LINUX="CODECOV_TOKEN=e0067bac-3ded-4432-83c8-667217c76660"
- CIBW_TEST_REQUIRES="pytest-cov codecov subprocess32"
- CIBW_TEST_COMMAND="cd {project} && pytest --cov -v && codecov && pip uninstall --yes afdko"
- CIBW_TEST_COMMAND="cd {project} && pytest --cov -v && coverage combine && codecov && pip uninstall --yes afdko"
- TWINE_USERNAME="afdko-travis"
# Note: TWINE_PASSWORD is set in Travis settings

Expand Down

0 comments on commit 9953093

Please sign in to comment.