From d9f0d05a9b6b62b6943206426306fd93af73dad7 Mon Sep 17 00:00:00 2001 From: stecrotti Date: Tue, 23 Apr 2024 14:42:39 +0200 Subject: [PATCH] add codecov token --- .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 be4f97d..6a8d8da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,4 +52,5 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v4 with: - files: lcov.info \ No newline at end of file + files: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file