From ba69e5c451cdf6fe028c089fb6db2229f93b9ff5 Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Thu, 1 Feb 2024 12:53:19 +0100 Subject: [PATCH] update codecov action --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7be291..fd2d975 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,5 +51,6 @@ jobs: with: fail_ci_if_error: true files: ./coverage.xml - token: ${{ secrets.CODECOV_TOKEN }} verbose: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}