Skip to content
Snippets Groups Projects
Commit fd809975 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Streamline testing to remove package specific code

parent 4b13065e
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ tests: ...@@ -43,7 +43,7 @@ tests:
- source venv/bin/activate - source venv/bin/activate
- pip install '.[test]' - pip install '.[test]'
script: script:
- pytest -sv --pyargs exposed.tests - pytest -sv
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/' coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts: artifacts:
paths: paths:
......
...@@ -87,4 +87,5 @@ addopts = [ ...@@ -87,4 +87,5 @@ addopts = [
"--cov-report=html:html/coverage", "--cov-report=html:html/coverage",
"--cov-report=xml:coverage.xml", "--cov-report=xml:coverage.xml",
"--junitxml=junit-coverage.xml", "--junitxml=junit-coverage.xml",
"--pyargs", "exposed",
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment