From c6c3192980116975fc14fefd518e6ac48f7c72d9 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Wed, 19 Jun 2024 13:20:27 -0400 Subject: [PATCH] Use CODECOV_TOKEN --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f585fbb..c14563c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,9 @@ jobs: - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} + fail-ci-if-error: true + - name: Verify that test output file exists run: test -f "$HOME/julia-runtest"