webpack/codecov.yml

27 lines
414 B
YAML
Raw Normal View History

2016-08-17 18:47:42 +08:00
codecov:
2021-06-28 17:46:10 +08:00
branch: main
2016-08-17 18:47:42 +08:00
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
2025-04-18 10:34:07 +08:00
default:
2025-04-17 20:25:17 +08:00
flags:
- unit
- integration
2016-08-17 18:47:42 +08:00
target: auto
patch:
2025-04-18 10:34:07 +08:00
default:
2025-04-17 20:25:17 +08:00
flags:
- unit
- integration
target: 90%
base: pr
2016-08-17 18:47:42 +08:00
changes:
2025-04-18 10:34:07 +08:00
default:
2025-04-17 20:25:17 +08:00
flags:
- unit
- integration
comment: off