You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/05/17 10:11:33 UTC

[celix] branch feature/codecov_ci updated: Updates loc coverage.info

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/codecov_ci
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/codecov_ci by this push:
     new 4c52df3  Updates loc coverage.info
4c52df3 is described below

commit 4c52df3ce193cbd77c87077e2d84269e7ced5480
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Sun May 17 12:11:17 2020 +0200

    Updates loc coverage.info
---
 .github/workflows/coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 79e6df4..2d7bdc8 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -43,7 +43,7 @@ jobs:
       - name: Codecov
         uses: codecov/codecov-action@v1
         with:
-          file: ./coverage.info
+          file: build/coverage.info
           name: codecov-celix
 
 #      NOTE For now disabled, need to be able to configure coveralls thresholds