From 6afebc03fafd10db30caf727c456b0a5d450e493 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Fri, 3 May 2024 08:18:47 -0700 Subject: [PATCH] Add CODECOV_TOKEN (#43) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c75d408..01a486e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: with: file: ./coverage.txt flags: unittests + token: ${{ secrets.CODECOV_TOKEN }} lint: runs-on: ubuntu-latest