Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Computer Engineering
B-ASIC - Better ASIC Toolbox
Commits
442436c4
Commit
442436c4
authored
Jun 21, 2022
by
Oscar Gustafsson
Browse files
Add coverage to GitLab
parent
66a49730
Pipeline
#72127
passed with stage
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
442436c4
...
...
@@ -13,4 +13,9 @@ before_script:
run tests
:
stage
:
test
script
:
-
pytest test
\ No newline at end of file
-
pytest --cov=b_asic --cov-report xml:cov.xml test
artifacts
:
reports
:
coverage_report
:
coverage_format
:
cobertura
path
:
cov.xml
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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