Skip to content

Commit ac1f5ee

Browse files
Merge pull request #22 from SixLabors/js/update-coverlet
Update Coverlet library and config
2 parents a042aba + 01c2aaf commit ac1f5ee

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

codecov.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,14 @@ codecov:
99
# Avoid Report Expired
1010
# https://docs.codecov.io/docs/codecov-yaml#section-expired-reports
1111
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

msbuild/props/SixLabors.Tests.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="xunit" Version="2.4.1" IsImplicitlyDefined="true" />
2020

2121
<PackageReference Include="coverlet.collector"
22-
Version="3.0.2"
22+
Version="3.1.0"
2323
PrivateAssets="All"
2424
IsImplicitlyDefined="true"
2525
Condition="'$(IsCodeCoverage)'=='true'"/>

0 commit comments

Comments
 (0)