gitlab-ci: fix codecov call

This commit is contained in:
Marek Marczykowski-Górecki 2021-02-19 16:54:19 +01:00
parent 0f42fd0580
commit 2c1e7927f6
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -18,7 +18,7 @@ checks:tests:
- python3 setup.py build - python3 setup.py build
- ./run-tests - ./run-tests
after_script: after_script:
- codecov - PATH=$PATH:$HOME/.local/bin codecov
checks:pylint: checks:pylint:
stage: checks stage: checks