From 58734fa62c17a72d6d87c7f9d5efbcaaaf2d6528 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 4 Jun 2025 08:41:43 -0500 Subject: [PATCH] add token to codecov yml --- .codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index b2bc62c..7ae625f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,5 +1,6 @@ codecov: require_ci_to_pass: false + token: ${{ secrets.CODECOV_TOKEN }} coverage: status: @@ -25,4 +26,4 @@ comment: github_checks: # Disable check suites to prevent hanging on non-main branches - annotations: false \ No newline at end of file + annotations: false