diff options
-rw-r--r-- | .codecov.yml | 2 | ||||
-rw-r--r-- | .gitlab-ci.yml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.codecov.yml b/.codecov.yml index c30ef1e..74ba41b 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,3 +1,3 @@ codecov: ignore: - - "tests/*" + - "tests" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fea8dd6..0c1fc8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,6 +92,7 @@ build:rpm: - make coverage_check -j$(nproc || echo 1) - make coverage_e2e -j$(nproc || echo 1) - make coverage + - cd .. - bash <(curl -s https://codecov.io/bash) artifacts: paths: |