From 1f0a5a3b7036a8613363015703b249b8d077ab5c Mon Sep 17 00:00:00 2001 From: Dimitri Alston <123396563+DimitriAlston@users.noreply.github.com> Date: Fri, 31 May 2024 17:16:42 -0400 Subject: [PATCH] Add token for Codecov --- .codecov.yml | 1 + .github/workflows/ci.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..959972a --- /dev/null +++ b/.codecov.yml @@ -0,0 +1 @@ +comment: false \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 820867a..8fa0a12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,4 +49,5 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v4 with: - file: lcov.info \ No newline at end of file + file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file