Skip to content
Snippets Groups Projects
Commit 5566583e authored by DAVID Axel's avatar DAVID Axel
Browse files

ci: :green_heart: Fix coverage regex

parent 6cca856b
Branches
No related tags found
No related merge requests found
...@@ -328,7 +328,7 @@ dependency_scanning: ...@@ -328,7 +328,7 @@ dependency_scanning:
needs: needs:
- !reference [ .common_test, needs ] - !reference [ .common_test, needs ]
- 🤞 unittests 🤞 - 🤞 unittests 🤞
coverage: /TOTAL\s+[\d\.]+\s+[\d\.]+\s+([\d\.]+)/ coverage: /TOTAL\s+[\d\.]+\s+[\d\.]+\s+[\d\.]+\s+[\d\.]+\s+([\d\.]+)/
script: script:
- pytest --cov=src --cov=tests --junit-xml=coverage.xml --cov-report=html:coverage_html - pytest --cov=src --cov=tests --junit-xml=coverage.xml --cov-report=html:coverage_html
- coverage report - coverage report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment