* chore: set codecov commit status threshold * Test new code doesn't fail threshold * Turn off patch status * Undo test threshold code
13 lines
207 B
YAML
13 lines
207 B
YAML
# ABOUT:
|
|
# https://docs.codecov.io/docs/codecov-yaml
|
|
#
|
|
#
|
|
# COMMIT STATUS:
|
|
# https://docs.codecov.io/docs/commit-status
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.10%
|
|
patch: off
|