From 3b6a878851229ef8eb0f5f7f0f95750b1b3cc441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 23 Nov 2020 04:56:14 +0100 Subject: [PATCH] gitlab-ci: include codecov --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5743da..f8a3948 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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