Skip to content
Snippets Groups Projects
Commit 6b0ae295 authored by moritz's avatar moritz
Browse files

Moritz Huebner: Trying to make the CI running again

parent 25bb26d8
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -24,9 +24,9 @@ exitcode-jessie:
- pip install -r requirements.txt
- pip install coverage
- pip install coverage-badge
- coverage run --source=peyote/ test/parameter_tests.py
- coverage run --source=peyote/ test/tests.py
- coverage run --source=peyote/ test/waveform_generator_tests.py
- coverage run test/parameter_tests.py
- coverage run test/tests.py
- coverage run test/waveform_generator_tests.py
- coverage html --include=peyote/*
- coverage-badge -o coverage.svg
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment