update library and config
This commit is contained in:
Родитель
a042aba176
Коммит
01c2aaf751
11
codecov.yml
11
codecov.yml
|
@ -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'"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче