From 0abed17437d6895cde48bce2b3321a12911edc80 Mon Sep 17 00:00:00 2001 From: Thomas Nilefalk Date: Tue, 6 Jul 2021 15:35:11 +0200 Subject: [PATCH] [ci][coverage] Make explict coverage for unittests in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17d7aca3b..826a1a43b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,9 @@ before_install: script: - cd src - - make ci-unit # Separate coverage for unittest to Codecov - cd unittests + - make COVERAGE=--coverage - bash <(curl -s https://codecov.io/bash) -X gcovout - cd .. # Now reset coverage and run everything