fix: Update CI configuration to prevent failure on Codecov errors and clean up condition syntax in branch propagation workflow

This commit is contained in:
Wikid82
2025-11-17 16:31:31 -05:00
parent 54fcc18ae1
commit cabf57df86
2 changed files with 3 additions and 6 deletions

View File

@@ -67,7 +67,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
with:
fail_ci_if_error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Optional: set CODECOV_TOKEN in repo secrets if needed for private repos
fail_ci_if_error: false
# Note: Add CODECOV_TOKEN to repo secrets if upload fails or for private repos