forked from publiclab/plots2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
30 lines (27 loc) · 858 Bytes
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Documentation: https://docs.codecov.io/docs/codecov-yaml
comment:
layout: "reach, diff, flags, files"
behavior: default
after_n_builds: 5
require_changes: true # if true: only post the comment if coverage changes
require_base: yes # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
branches: null # branch names that can post comment
coverage:
precision: 2
status:
project:
default:
threshold: 3%
patch:
default:
threshold: 50%
ignore:
- app/assets/stylesheets/
codecov:
# Avoid "Missing base report" due to committing CHANGES.rst with "[CI skip]"
# https://github.com/codecov/support/issues/363
# https://docs.codecov.io/v4.3.6/docs/comparing-commits
allow_coverage_offsets: true
notify:
after_n_builds: 5