0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 09:59:02 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Tom Hu
1f3605b98a chore(ci): add informational Codecov status checks
we were usng Codecov but weren't actually getting any notifications on pull requests.
Update codecov.yml
Removing `after_n_builds` as there is only 1 build
2022-05-13 08:16:12 +10:00
Matt Westcott
6dba61fc3a Disable codecov coverage checks on PRs 2019-01-30 10:49:51 +00:00
Matt Westcott
8cce0a45a8 Disable codecov's require_ci_to_pass mode
despite our attempts to fix it with the `after_n_builds` setting, it's still showing spurious fluctuations due to sometimes running elasticsearch tests and sometimes not
2017-06-30 22:59:28 +01:00
Michael van Tellingen
ccf3b80e88 Set codecov after_n_builds to 10 as a test
This should fix the issue that codecov reported a coverage percentage
which didn't take all builds into account (due to cancellation)

There are currently 29 travis builds so 10 should be a safe number
2017-06-11 19:18:12 +02:00
Michael van Tellingen
74d7c49267 Add codecov.yml to disable PR comments (#3556) 2017-04-20 14:29:18 +01:00