From 988f16725fbcd97337b2e705bf26a2f5653dc6d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADn?= Date: Tue, 13 Feb 2024 10:32:04 +0100 Subject: [PATCH] Add codecov token to the CI flow --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 018acc6..fbd8f27 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,5 +82,6 @@ jobs: - name: ☂️ Upload coverage reports to codecov if: always() uses: codecov/codecov-action@v4 - # with: - # files: build/reports/kover/xml/report.xml + with: + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}