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