2024-03-16 14:03:41 +00:00
|
|
|
ignore:
|
|
|
|
- "moto/stepfunctions/parser/asl/antlr"
|
|
|
|
|
2021-02-10 09:45:03 +00:00
|
|
|
codecov:
|
|
|
|
notify:
|
2021-02-16 17:03:41 +00:00
|
|
|
# Leave a GitHub comment after all builds have passed
|
2024-01-06 19:20:57 +00:00
|
|
|
after_n_builds: 10
|
2021-01-27 17:04:09 +00:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
target: auto
|
|
|
|
# this allows a drop from the previous base commit coverage
|
|
|
|
threshold: 0.5%
|
|
|
|
patch:
|
|
|
|
default:
|
|
|
|
# New code must have a 90% coverage
|
|
|
|
target: 90%
|