From 370a73d49b794d3fb9db53cce25df3e63c302229 Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 14 Oct 2019 16:07:19 +0200 Subject: [PATCH] manually set path to codecov yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28acceb..9a80ca6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ test-all: - cargo -V script: - cargo tarpaulin --all --all-features --exclude-files 'cargo/*' --exclude-files 'example/*' --out Xml - - wget -qO- https://codecov.io/bash | bash -s -- -X gcov + - wget -qO- https://codecov.io/bash | bash -s -- -y .codecov.yml -X gcov cache: paths: - cargo/