mirror of
https://github.com/vacp2p/governance.git
synced 2026-01-09 06:58:09 -05:00
commit4d029c06c3Merge:fce0c08fe88424Author: 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 commitfce0c08d85Author: 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) commitfe88424b47Author: r4bbit <445106+0x-r4bbit@users.noreply.github.com> Date: Mon Sep 11 20:38:26 2023 +0200 chore: add openzeppelin dependency
29 lines
1.0 KiB
YAML
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
|