Skip to content

Commit

Permalink
Merge branch 'master' into maurits-filter-empty-keywords-master
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Oct 4, 2019
2 parents 041d896 + b6a409c commit 7888411
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 7888411

Please sign in to comment.