Explorar o código

gitlab-ci: include codecov

Marek Marczykowski-Górecki %!s(int64=3) %!d(string=hai) anos
pai
achega
3b6a878851
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .gitlab-ci.yml

+ 4 - 0
.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