Skip to content

Commit

Permalink
gitlab-ci: fix codecov call
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Feb 19, 2021
1 parent 0f42fd0 commit 2c1e792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checks:tests:
- python3 setup.py build
- ./run-tests
after_script:
- codecov
- PATH=$PATH:$HOME/.local/bin codecov

checks:pylint:
stage: checks
Expand Down

0 comments on commit 2c1e792

Please sign in to comment.