mirror of https://github.com/SixLabors/ImageSharp
committed by
GitHub
6 changed files with 30 additions and 23 deletions
@ -0,0 +1,7 @@ |
|||||
|
# Documentation: https://docs.codecov.io/docs/codecov-yaml |
||||
|
|
||||
|
codecov: |
||||
|
# Avoid "Missing base report" |
||||
|
# https://github.com/codecov/support/issues/363 |
||||
|
# https://docs.codecov.io/docs/comparing-commits |
||||
|
allow_coverage_offsets: true |
||||
@ -0,0 +1,14 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8" ?> |
||||
|
<RunSettings> |
||||
|
<DataCollectionRunSettings> |
||||
|
<DataCollectors> |
||||
|
<DataCollector friendlyName="XPlat code coverage"> |
||||
|
<Configuration> |
||||
|
<Format>lcov</Format> |
||||
|
<Include>[SixLabors.*]*</Include> |
||||
|
<UseSourceLink>true</UseSourceLink> |
||||
|
</Configuration> |
||||
|
</DataCollector> |
||||
|
</DataCollectors> |
||||
|
</DataCollectionRunSettings> |
||||
|
</RunSettings> |
||||
Loading…
Reference in new issue