diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0b0fd1..66049313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ _This release is scheduled to be released on 2021-04-01._ ### Updated - Bump node-ical to v0.13.0 (now last runtime dependency using deprecated `request` package is removed). +- Use codecov in informational mode ### Removed diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..3f76e9b5 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + # advanced settings + informational: true