Skip to content

Commit

Permalink
Merge 24772a8 into 4bdc42c
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed May 16, 2019
2 parents 4bdc42c + 24772a8 commit 38a1166
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
@@ -0,0 +1,3 @@
[report]
include =
src/Products/PloneKeywordManager/*
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -5,12 +5,13 @@
.installed.cfg
.mr.developer.cfg
.python-version
.coveragerc
.coverage
bin/
coverage/
develop-eggs/
downloads/
eggs/
htmlcov/
include/
lib/
library-settings.txt
Expand Down
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -30,11 +30,7 @@ script:
- if [ ${pyversion:7:1} = 3 ]; then black --check; else echo "Skip black check"; fi
- bin/test --all

after_script:
- bin/createcoverage --output-dir=parts/test/coverage

after_success:
- pip install coverage
- python -m coverage.pickle2json
- bin/createcoverage --output-dir=parts/test/coverage
- pip install -q coveralls
- coveralls

0 comments on commit 38a1166

Please sign in to comment.