maint/CI ~ configure CodeCov to report but allow-failure

This commit is contained in:
Roy Ivy III
2023-05-28 18:32:39 -05:00
parent 37074f962f
commit 01f460bfe7
+17
View File
@@ -0,0 +1,17 @@
# 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