From f37ae6647ed785980ed6a2332e91c03163219b63 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Sat, 18 May 2024 10:01:14 -0400 Subject: [PATCH] Add CODECOV_TOKEN --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25db0c6..cb93ff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,3 +38,5 @@ jobs: if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }} with: file: lcov.info + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}