-
Notifications
You must be signed in to change notification settings - Fork 132
/
codecov.yml
21 lines (20 loc) · 1001 Bytes
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
codecov:
require_ci_to_pass: yes
notify:
after_n_builds: 24 # This should match all code build tasks in the matrix, to instruct codecov to keep the submission window open long enough for all reporters to get in.
# Currently:
# - core : 1 build : javas: [15], scalas: [2.12]
# - java : 6 builds: javas: [8,11,13,14,15,16], scalas: [2.12]
# - scala: 24 builds: javas: [8,15,16], scalas: [2.12, 2.13], frameworks: [akka-http, akka-http-jackson, http4s, dropwizard]
# 4 elided: javas: [15], scalas: [2.12] # 2.12 incompatible with jdk15
# 3 elided: javas: [8, 15,16], scalas: [2.13] # 2.13 incompatible with dropwizard module
# 24 builds in total
coverage:
precision: 2
round: down
range: "81...90"
status:
project:
default:
target: 80%
if_ci_failed: error