File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,14 @@ codecov:
9
9
# Avoid Report Expired
10
10
# https://docs.codecov.io/docs/codecov-yaml#section-expired-reports
11
11
max_report_age : off
12
+
13
+ coverage :
14
+ # Use integer precision
15
+ # https://docs.codecov.com/docs/codecovyml-reference#coverageprecision
16
+ precision : 0
17
+
18
+ # Explicitly control coverage status checks
19
+ # https://docs.codecov.com/docs/commit-status#disabling-a-status
20
+ status :
21
+ project : on
22
+ patch : off
Original file line number Diff line number Diff line change 19
19
<PackageReference Include =" xunit" Version =" 2.4.1" IsImplicitlyDefined =" true" />
20
20
21
21
<PackageReference Include =" coverlet.collector"
22
- Version =" 3.0.2 "
22
+ Version =" 3.1.0 "
23
23
PrivateAssets =" All"
24
24
IsImplicitlyDefined =" true"
25
25
Condition =" '$(IsCodeCoverage)'=='true'" />
You can’t perform that action at this time.
0 commit comments