Files
governance/codecov.yml
Ricardo Guilherme Schmidt c86cfbfcc2 Squashed commit of the following:
commit 4d029c06c3
Merge: fce0c08 fe88424
Author: Ricardo Guilherme Schmidt <3esmit@gmail.com>
Date:   Wed Sep 13 19:00:29 2023 -0300

    Merge pull request #2 from vacp2p/deps/add-open-zeppelin

    chore: add openzeppelin dependency

commit fce0c08d85
Author: r4bbit <445106+0x-r4bbit@users.noreply.github.com>
Date:   Mon Sep 11 21:06:10 2023 +0200

    build: add codecov task to CI actions (#1)

commit fe88424b47
Author: r4bbit <445106+0x-r4bbit@users.noreply.github.com>
Date:   Mon Sep 11 20:38:26 2023 +0200

    chore: add openzeppelin dependency
2023-11-22 14:34:35 -03:00

29 lines
1.0 KiB
YAML

codecov:
require_ci_to_pass: false
comment: false
ignore:
- "script"
- "test"
coverage:
status:
project:
default:
# advanced settings
# Prevents PR from being blocked with a reduction in coverage.
# Note, if we want to re-enable this, a `threshold` value can be used
# allow coverage to drop by x% while still posting a success status.
# `informational`: https://docs.codecov.com/docs/commit-status#informational
# `threshold`: https://docs.codecov.com/docs/commit-status#threshold
informational: true
patch:
default:
# advanced settings
# Prevents PR from being blocked with a reduction in coverage.
# Note, if we want to re-enable this, a `threshold` value can be used
# allow coverage to drop by x% while still posting a success status.
# `informational`: https://docs.codecov.com/docs/commit-status#informational
# `threshold`: https://docs.codecov.com/docs/commit-status#threshold
informational: true