This commit is contained in:
James Jackson-South 2021-11-11 12:38:07 +11:00
Родитель a042aba176
Коммит 01c2aaf751
2 изменённых файлов: 12 добавлений и 1 удалений

Просмотреть файл

@ -9,3 +9,14 @@ codecov:
# Avoid Report Expired
# https://docs.codecov.io/docs/codecov-yaml#section-expired-reports
max_report_age: off
coverage:
# Use integer precision
# https://docs.codecov.com/docs/codecovyml-reference#coverageprecision
precision: 0
# Explicitly control coverage status checks
# https://docs.codecov.com/docs/commit-status#disabling-a-status
status:
project: on
patch: off

Просмотреть файл

@ -19,7 +19,7 @@
<PackageReference Include="xunit" Version="2.4.1" IsImplicitlyDefined="true" />
<PackageReference Include="coverlet.collector"
Version="3.0.2"
Version="3.1.0"
PrivateAssets="All"
IsImplicitlyDefined="true"
Condition="'$(IsCodeCoverage)'=='true'"/>