Skip to content
Snippets Groups Projects
Commit 20118400 authored by Markus Holzer's avatar Markus Holzer
Browse files

Adapted minimal coverage and swarm tags

parent 7c97bb74
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ tests-and-coverage:
- py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun" --html test-report/index.html
tags:
- docker
- cuda
- cuda11
- AVX
artifacts:
when: always
......@@ -44,7 +44,7 @@ test-longrun:
- py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. --html test-report/index.html
tags:
- docker
- cuda
- cuda11
- AVX
artifacts:
paths:
......@@ -80,7 +80,7 @@ ubuntu:
- pytest-3 -v -m "not longrun"
tags:
- docker
- cuda
- cuda11
- AVX
minimal-conda:
......@@ -146,7 +146,7 @@ pycodegen-integration:
- make -j $NUM_CORES
tags:
- docker
- cuda
- cuda11
- AVX
# -------------------- Linter & Documentation --------------------------------------------------------------------------
......
......@@ -39,7 +39,7 @@ exclude_lines =
if __name__ == .__main__.:
skip_covered = True
fail_under = 75
fail_under = 83
[html]
directory = coverage_report
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment