Skip to content

Commit

Permalink
Add max_report_age off to codecov.yml (openvinotoolkit#2144)
Browse files Browse the repository at this point in the history
### Changes
As stated in the title

### Reason for changes
We do post-PR merge uploads of coverage reports to codecov, and it seems
that codecov will reject reports [older than 12
hours](https://docs.codecov.com/docs/codecov-yaml#expired-reports) at
the time of the upload, which does not work with our appoach and makes
PRs merged more than 12 hours after the precommit checks passed break
the coverage state on the develop.

### Related tickets
N/A

### Tests
N/A
  • Loading branch information
vshampor committed Sep 18, 2023
1 parent b000230 commit 8ceff78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ codecov:
notify:
after_n_builds: 2
wait_for_ci: no
max_report_age: off

coverage:
status:
Expand Down

0 comments on commit 8ceff78

Please sign in to comment.