Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 24 additions & 4 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
# Documentation: https://docs.codecov.io/docs/codecov-yaml
# Validate with: `curl --data-binary @.codecov.yml https://codecov.io/validate`

codecov:
notify:
# We don't want to wait for the CodeCov report
# See https://github.com/codecov/support/issues/312
require_ci_to_pass: false
after_n_builds: 1 # send notifications after the first upload
wait_for_ci: false

bot: dlang-bot

# At Travis, the PR is merged into `master` before the testsuite is run.
# This allows CodeCov to adjust the resulting coverage diff, s.t. it matches
# with the GitHub diff.
# https://github.com/codecov/support/issues/363
# https://docs.codecov.io/v4.3.6/docs/comparing-commits
allow_coverage_offsets: true

coverage:
precision: 3
round: down
range: "80...100"

# Learn more at https://docs.codecov.io/docs/commit-status
status:
# Learn more at https://docs.codecov.io/docs/commit-status
project: true
patch: true
changes: true
project: off
changes: off
patch:
default:
threshold: 5

comment: false