Skip to content

Commit 11293ce

Browse files
Update coverage rules
1 parent 0172253 commit 11293ce

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

ImageSharp.Drawing.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{C317F1B1
1212
ci-build.ps1 = ci-build.ps1
1313
ci-pack.ps1 = ci-pack.ps1
1414
ci-test.ps1 = ci-test.ps1
15+
codecov.yml = codecov.yml
1516
Directory.Build.props = Directory.Build.props
1617
Directory.Build.targets = Directory.Build.targets
1718
LICENSE = LICENSE

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

0 commit comments

Comments
 (0)