dlang-bot
dlang-bot copied to clipboard
Add first Codecov test
trafficstars
Resends the CodeCov hooks received at druntime. I'm merging this immediately (if passing) as I want to try it out directly.
See also: https://github.com/dlang-bots/dlang-bot/issues/60
Thanks for your pull request, @wilzbach!
Current status: As I'm currently trying to get the CodeCov settings, it seems getting CodeCov to succeed to matter what, can be done with a combination of:
require_ci_to_pass: falseafter_n_builds: 1allow_coverage_offsets: trueproject: default: threshold: 0.1patch: default: informational: true
So we might not need to pursue forwarding coverage status reports from CodeCov.