forked from openlp/openlp
Fix the coverage data generation
This commit is contained in:
parent
8c888b9a00
commit
5df9b99f1b
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,6 +13,7 @@
|
|||||||
*.ropeproject
|
*.ropeproject
|
||||||
*.~\?~
|
*.~\?~
|
||||||
*eric[1-9]project
|
*eric[1-9]project
|
||||||
|
*.coverage
|
||||||
.cache
|
.cache
|
||||||
.coverage
|
.coverage
|
||||||
.directory
|
.directory
|
||||||
|
@ -83,8 +83,9 @@ pages:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
image: openlp/debian
|
image: openlp/debian
|
||||||
script:
|
script:
|
||||||
|
- fixpaths linux.coverage
|
||||||
|
- fixpaths macos.coverage
|
||||||
- python3-coverage combine linux.coverage macos.coverage
|
- python3-coverage combine linux.coverage macos.coverage
|
||||||
- fixpaths .coverage
|
|
||||||
- python3-coverage html
|
- python3-coverage html
|
||||||
- mv htmlcov public
|
- mv htmlcov public
|
||||||
- python3-coverage report
|
- python3-coverage report
|
||||||
|
Loading…
Reference in New Issue
Block a user