diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-10 15:04:11 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-10 15:04:11 +0200 |
commit | 23944cdbad895ef7dcf5f45e756129088ec91395 (patch) | |
tree | 768126aed2e76aa5deeeedac93d93901b26adaca | |
parent | 7dca551bb022951b1fce69d482ed3daa8f5729f6 (diff) |
coverage check: ignore bronken kconfiglib.py symlink on CI host
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 497ddd1..c0b6c96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ run_tests: - wget -qO test-data/20190815_111745_nRF24_no-rx.json https://lib.finalrewind.org/energy-models/20190815_111745_nRF24_no-rx.json - wget -qO test-data/20190815_122531_nRF24_no-rx.json https://lib.finalrewind.org/energy-models/20190815_122531_nRF24_no-rx.json - pytest-3 --cov=lib - - python3-coverage html + - python3-coverage html -i artifacts: paths: - htmlcov/ |