Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Mar 21, 2020
1 parent 8d0f103 commit 9cf61c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# to avoid being overridden by server tests
data_file = .coverage_mqt
omit = *system_site_packages*, *site-packages*, *virtualenv*
parallel = true

[report]
# Regexes for lines to exclude from consideration
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ install:
- git --git-dir=${TRAVIS_BUILD_DIR}/.git add --all # All modules moved are modules changed to test PR changes

script:
- TRAVIS_PULL_REQUEST="1" coverage run --append ./travis/travis_run_tests 8.0 # only used if VERSION not set in env
- TRAVIS_PULL_REQUEST="1" coverage run ./travis/travis_run_tests 8.0 # only used if VERSION not set in env
- coverage run --append ./travis/self_tests

after_success:
Expand Down

0 comments on commit 9cf61c1

Please sign in to comment.