Skip to content

Fix codecov failing dependabot CI#3612

Merged
andreia-ferreira merged 1 commit into
masterfrom
andreia/fix-codecov-failing-dependabot-pr
Mar 13, 2026
Merged

Fix codecov failing dependabot CI#3612
andreia-ferreira merged 1 commit into
masterfrom
andreia/fix-codecov-failing-dependabot-pr

Conversation

@andreia-ferreira

Copy link
Copy Markdown
Collaborator

Dependabot PRs do not have access to the CODECOV_TOKEN so the Codecov step can't run. After #3607 the ci workflow has fail_ci_if_error: true in the codecov step, which makes the entire job fail.

This PR updates that to skip that step in case it's just a dependabot PR. Also it sets fail_ci_if_error: false to ensure that coverage upload issues never fail the entire pipeline

@shobhitagarwal1612 PTAL?

@auto-assign auto-assign Bot requested a review from gino-m March 12, 2026 11:20
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@codecov

codecov Bot commented Mar 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.80%. Comparing base (f05a165) to head (06523e5).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3612      +/-   ##
============================================
- Coverage     68.81%   68.80%   -0.02%     
+ Complexity     1826     1825       -1     
============================================
  Files           355      355              
  Lines          8577     8577              
  Branches       1076     1076              
============================================
- Hits           5902     5901       -1     
- Misses         2037     2038       +1     
  Partials        638      638              

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andreia-ferreira andreia-ferreira merged commit f7690f3 into master Mar 13, 2026
9 checks passed
@andreia-ferreira andreia-ferreira deleted the andreia/fix-codecov-failing-dependabot-pr branch March 13, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants