From efe285ec341b58d0568c1d7ec2786f970d309219 Mon Sep 17 00:00:00 2001 From: Greg Haines Date: Sun, 5 May 2024 19:52:42 -0700 Subject: [PATCH] Update ci.yml with Codecov Secret --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcb9ded..857f144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: - name: Upload Test Coverage Report uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./target/site/jacoco/jacoco.xml flags: unit-tests fail_ci_if_error: true