Fix the coverage data generation

merge-requests/288/head
Raoul Snyman 2020-09-28 11:28:57 -07:00
parent 8c888b9a00
commit 5df9b99f1b
Signed by: raoul
GPG Key ID: F55BCED79626AE9C
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@
*.ropeproject
*.~\?~
*eric[1-9]project
*.coverage
.cache
.coverage
.directory

View File

@ -83,8 +83,9 @@ pages:
stage: deploy
image: openlp/debian
script:
- fixpaths linux.coverage
- fixpaths macos.coverage
- python3-coverage combine linux.coverage macos.coverage
- fixpaths .coverage
- python3-coverage html
- mv htmlcov public
- python3-coverage report