dlang-bot icon indicating copy to clipboard operation
dlang-bot copied to clipboard

Add first Codecov test

Open wilzbach opened this issue 8 years ago • 2 comments
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

wilzbach avatar Jul 16 '17 19:07 wilzbach

Thanks for your pull request, @wilzbach!

dlang-bot avatar Jul 16 '17 19:07 dlang-bot

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: false
  • after_n_builds: 1
  • allow_coverage_offsets: true
  • project: default: threshold: 0.1
  • patch: default: informational: true

So we might not need to pursue forwarding coverage status reports from CodeCov.

wilzbach avatar Dec 29 '17 22:12 wilzbach