mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
ea290d97ef
* feat_: added `codecov-cli` nix derivation * feat_: added simple codecov configuration * feat_: add UNIT_TEST_REPORT_CODECOV ci flag * feat_: upload logs and reports to codecov
14 lines
249 B
YAML
14 lines
249 B
YAML
coverage:
|
|
require_ci_to_pass: no
|
|
wait_for_ci: no
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
patch:
|
|
default:
|
|
informational: true
|
|
|
|
# When modifying this file, please validate using:
|
|
# make codecov-validate
|