This repository was archived by the owner on Nov 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +25
-5
lines changed Expand file tree Collapse file tree 3 files changed +25
-5
lines changed Original file line number Diff line number Diff line change
1
+ # https://docs.codecov.io/docs/codecov-yaml
2
+ # https://github.com/codecov/support/wiki/Codecov-Yaml
3
+
4
+ coverage :
5
+ status :
6
+ project :
7
+ default : false
8
+ patch :
9
+ default : false
10
+
11
+ comment :
12
+ layout : " diff, flags, files, footer"
13
+
14
+ flags :
15
+ production :
16
+ paths :
17
+ - AsyncUsageAnalyzers/AsyncUsageAnalyzers/
18
+ - AsyncUsageAnalyzers/AsyncUsageAnalyzers.CodeFixes/
19
+ test :
20
+ paths :
21
+ - AsyncUsageAnalyzers/AsyncUsageAnalyzers.Test/
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
+ <package id =" Codecov" version =" 1.0.1" />
3
4
<package id =" NuGet.CommandLine" version =" 2.8.3" />
4
- <package id =" OpenCover" version =" 4.6.247-rc " />
5
+ <package id =" OpenCover" version =" 4.6.519 " />
5
6
</packages >
Original file line number Diff line number Diff line change @@ -10,10 +10,8 @@ build:
10
10
project : AsyncUsageAnalyzers.sln
11
11
verbosity : minimal
12
12
test_script :
13
- - .\packages\OpenCover.4.6.247-rc\tools\OpenCover.Console.exe -register:user -target:"%xunit20%\xunit.console.x86.exe" -targetargs:"C:\projects\asyncusageanalyzers\AsyncUsageAnalyzers\AsyncUsageAnalyzers.Test\bin\Debug\AsyncUsageAnalyzers.Test.dll -noshadow -appveyor" -returntargetcode -filter:"+[AsyncUsage*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\AsyncUsageAnalyzers_coverage.xml
14
- - " SET PATH=C:\\ Python34;C:\\ Python34\\ Scripts;%PATH%"
15
- - pip install codecov
16
- - codecov -f "AsyncUsageAnalyzers_coverage.xml"
13
+ - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"%xunit20%\xunit.console.x86.exe" -targetargs:"C:\projects\asyncusageanalyzers\AsyncUsageAnalyzers\AsyncUsageAnalyzers.Test\bin\Debug\AsyncUsageAnalyzers.Test.dll -noshadow -appveyor" -returntargetcode -filter:"+[AsyncUsage*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\AsyncUsageAnalyzers_coverage.xml
14
+ - .\packages\Codecov.1.0.1\tools\codecov.exe -f "AsyncUsageAnalyzers_coverage.xml"
17
15
# preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
18
16
cache :
19
17
- packages -> **\packages.config
You can’t perform that action at this time.
0 commit comments