mirror of
https://github.com/logos-co/staking.git
synced 2025-01-09 10:22:18 +00:00
2e7c5148b4
This commit migrates the repo to our foundry template, which ensures we have consistent tooling across smart contract repositories that are maintained by Vac. This removes all hardhat related files and workflows and replaces them with more perfomant foundry workflows. It also sets up tests, CI and linting.
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
|