From 6b16d5fd6825e446ab6ba216be34a7c2a6964205 Mon Sep 17 00:00:00 2001 From: Sam Lanning Date: Fri, 14 May 2021 10:41:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20CodeCov=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bc5ac4..68692d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,5 +38,5 @@ jobs: - name: Submit to CodeCov uses: codecov/codecov-action@v1 with: - file: ./action/coverage/lcov.info + file: ./coverage/lcov.info fail_ci_if_error: true