From 53d1dab1a28f794c93aa3e6d536e401fff418dd5 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Mon, 5 Feb 2024 20:44:27 -0500 Subject: [PATCH] fix code cov turns out the dependabot missed the fact that secrets are now needed. --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f90341f..2ed9c8d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,6 +28,8 @@ jobs: - uses: codecov/codecov-action@v4 with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true docs: name: Documentation