Browse Source
Merge branch 'master' into bp/itransformsse
pull/1819/head
James Jackson-South
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
15 additions and
3 deletions
-
ImageSharp.sln
-
codecov.yml
-
shared-infrastructure
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
|
|
|
Microsoft Visual Studio Solution File, Format Version 12.00 |
|
|
|
# Visual Studio Version 16 |
|
|
|
VisualStudioVersion = 16.0.28902.138 |
|
|
|
# Visual Studio Version 17 |
|
|
|
VisualStudioVersion = 17.0.31903.59 |
|
|
|
MinimumVisualStudioVersion = 10.0.40219.1 |
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{C317F1B1-D75E-4C6D-83EB-80367343E0D7}" |
|
|
|
ProjectSection(SolutionItems) = preProject |
|
|
|
@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{C317F1B1 |
|
|
|
ci-build.ps1 = ci-build.ps1 |
|
|
|
ci-pack.ps1 = ci-pack.ps1 |
|
|
|
ci-test.ps1 = ci-test.ps1 |
|
|
|
codecov.yml = codecov.yml |
|
|
|
Directory.Build.props = Directory.Build.props |
|
|
|
Directory.Build.targets = Directory.Build.targets |
|
|
|
LICENSE = LICENSE |
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
@ -1 +1 @@ |
|
|
|
Subproject commit a042aba176cdb840d800c6ed4cfe41a54fb7b1e3 |
|
|
|
Subproject commit 33cb12ca77f919b44de56f344d2627cc2a108c3a |