Fix capitalization of CircleCI in codecov configuration

`CircleCi` -> `CircleCI`
This commit is contained in:
Harrison 2021-10-18 19:49:15 -04:00 committed by The Dlang Bot
parent 73c87a8acd
commit 78d05b209c

View file

@ -12,7 +12,7 @@ codecov:
bot: dlang-bot
ci:
# https://docs.codecov.io/docs/detecting-ci-services
# Azure, CircleCi and Cirrus generate coverages files
# Azure, CircleCI and Cirrus generate coverages files
# Don't wait for the other CIs
- circleci.com
- cirrus-ci.com
@ -22,7 +22,7 @@ codecov:
- !appveyor.com
- !ci.dlang.io
# At CircleCi, the PR is merged into `master` before the testsuite is run.
# At CircleCI, the PR is merged into `master` before the testsuite is run.
# This allows CodeCov to adjust the resulting coverage diff, s.t. it matches
# with the GitHub diff.
# https://github.com/codecov/support/issues/363