Skip to content

Commit

Permalink
Remove the max report age requirement on codecov
Browse files Browse the repository at this point in the history
I noticed that java hasn't be producing code coverage reports on pull
requests and according to code cov the uploaded java report are outside
the 12h allowed window.  Inspecting the python report 1723150943042 was
the start time vs 1722619505248 in java.  Translated the java report is
6 days behind - unsure how this happened.

Since the time recorded in the report isn't critical disabling the
codecov max_report_age check.

Verified the new file with the following command:

`curl --data-binary @.codecov.yml https://codecov.io/validate`

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Aug 8, 2024
1 parent a2c0a8d commit 6771e62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
codecov:
max_report_age: off
coverage:
status:
project:
Expand Down

0 comments on commit 6771e62

Please sign in to comment.