You've already forked platform-info
mirror of
https://github.com/uutils/platform-info.git
synced 2026-06-10 15:48:45 -07:00
18 lines
404 B
YAML
18 lines
404 B
YAML
# CodeCov configuration
|
|
# ref: <https://docs.codecov.com/docs/common-recipe-list>
|
|
|
|
#comment: false ## disable PR coverage commentary posts
|
|
|
|
coverage:
|
|
status:
|
|
# `informational: true` == show status but prevent blocking/failure of CI
|
|
project:
|
|
default:
|
|
informational: true
|
|
changes:
|
|
default:
|
|
informational: true
|
|
patch:
|
|
default:
|
|
informational: true
|