gitlab-ci: include codecov

This commit is contained in:
Marek Marczykowski-Górecki 2020-11-23 04:56:14 +01:00
parent 7c42fb68bb
commit 3b6a878851
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -7,7 +7,11 @@ include:
checks:tests:
stage: checks
before_script:
- sudo dnf install -y python3-pip
- pip3 install --quiet -r ci/requirements.txt
script:
- ./run-tests
- shellcheck -e SC1117 $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files))
after_script:
- "PATH=$PATH:$HOME/.local/bin"
- codecov