Commit graph

19 commits

Author SHA1 Message Date
Harrison
78d05b209c Fix capitalization of CircleCI in codecov configuration
`CircleCi` -> `CircleCI`
2021-10-19 01:53:57 +00:00
Florian
0a470e689d
Workaround for issue 21654 - CodeCov build already finished (#12221)
Try adding the Azure/Cirrus jobs to the job count and expected CI's.

Upstream issue: https://github.com/codecov/codecov-bash/issues/411
2021-02-22 20:33:03 +08:00
Geod24
05add426fd Remove leftover mentions of Travis CI 2020-11-26 16:27:38 +01:00
Sebastian Wilzbach
83b01dbfa0 Remove codecov/project and codecov/changes
We currently display the following three CodeCov checks:

* codecov/changes - unexpected changes (there are still some bits in the DMD backend that depend on global memory state, but it's typically unrelated to a PR, very hard to fix and we always set it to "green" anyways atm)
* codecov/project - the overall coverage change. Typically this isn't interesting either as it again mostly only due to random coverage changes in the backend. If tests get removed, it makes sense to look at this option, but luckily that doesn't happen frequently and even if it's still just one click away
* codecov/patch - the only coverage option I look at

tl;dr: codecov/changes and codecov/project only show us that the backend
has random coverage. As no one is going to to fix this and we hard-coded
it to be true anyways, it's better to remove it and make the CI overview
box more concise.
2018-01-15 03:10:39 +01:00
Sebastian Wilzbach
1100e47ed9 [CodeCov] Don't wait for other CIs before sending the notifications 2018-01-04 12:17:22 +01:00
Sebastian Wilzbach
913566ccac [CodeCov] Don't wait for other CIs 2017-12-28 23:28:04 +01:00
Sebastian Wilzbach
5ee8702012 Add hint about YAML validation 2017-12-28 11:28:55 +01:00
Sebastian Wilzbach
b35b0abd0f Use domains to exclude CI providers 2017-12-28 11:28:51 +01:00
Sebastian Wilzbach
d68b3de824 Move allow_coverage_offsets to the codecov section 2017-12-28 09:43:16 +01:00
Sebastian Wilzbach
32f0439daf [CodeCov] Fix 'No parent commit was found' by allowing coverage offsets 2017-12-27 01:27:11 +01:00
Sebastian Wilzbach
cb8369b084 [CodeCov] Don't wait for other CIs 2017-12-23 20:23:55 +01:00
Sebastian Wilzbach
f232aa5faa Always send success for the CodeCov CI 2017-12-21 19:39:43 +01:00
JinShil
2b12e4700c Update documentation links in .codecov.yml 2017-09-07 09:38:59 +09:00
Sebastian Wilzbach
6607bf79a5 Immediately send CodeCov notifications 2017-06-12 10:42:21 +02:00
Martin Nowak
415f7a3962 change codecov bot to dlang-bot 2016-08-11 23:05:56 +02:00
Sebastian Wilzbach
e166d07078 add codecov configuration to disable comments 2016-08-07 05:12:58 +02:00
Steve Peak
ae671ebbf8 Update .codecov.yml 2016-08-03 17:43:26 -04:00
Steve Peak
b36230c238 Update .codecov.yml 2016-08-03 17:40:49 -04:00
Sebastian Wilzbach
3180131028 Reduce coverage load 2016-08-03 14:25:20 +02:00