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