Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttk
spam
Commits
c9815a60
Commit
c9815a60
authored
Oct 13, 2020
by
Olga Stamati
Browse files
include workers in coverage
parent
02434791
Pipeline
#50747
passed with stages
in 23 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.coveragerc
View file @
c9815a60
...
...
@@ -6,7 +6,7 @@ exclude_lines =
if imShowProgress:
if imShowProgress is not None:
if showGraph == True:
def worker*
#
def worker*
if mpi:
elif mpi:
def create2Patche*
...
...
@@ -23,7 +23,8 @@ omit =
source =
spam
#concurrency = multiprocessing
concurrency = multiprocessing
[html]
directory = coverage
.gitlab-ci.yml
View file @
c9815a60
...
...
@@ -39,7 +39,7 @@ pages:
-
mkdir public
-
mv build/sphinx/html/* public
-
coverage run -m pytest
-
coverage report
-
coverage
combine && coverage
report
-
coverage html
-
mv coverage public
artifacts
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment