forked from openlp/openlp
Merge branch 'fix-coverage-data' into 'master'
Fix the coverage data generation See merge request openlp/openlp!244
This commit is contained in:
commit
a61541a6ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,6 +13,7 @@
|
||||
*.ropeproject
|
||||
*.~\?~
|
||||
*eric[1-9]project
|
||||
*.coverage
|
||||
.cache
|
||||
.coverage
|
||||
.directory
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user