This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Official builds of this extension are available at [the official website](https:
1919
2020
2121[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/dl8is5iqwt9qf3t7/branch/master?svg=true )] ( https://ci.appveyor.com/project/github-windows/visualstudio/branch/master )
22+ [ ![ codecov] ( https://codecov.io/gh/GitHub/VisualStudio/branch/master/graph/badge.svg )] ( https://codecov.io/gh/GitHub/VisualStudio )
2223
2324[ ![ Join the chat at freenode: github-vs ] ( https://img.shields.io/badge/irc-freenode:%20%23github--vs-blue.svg )] ( http://webchat.freenode.net/?channels=%23github-vs ) [ ![ Join the chat at https://gitter.im/github/VisualStudio ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/github/VisualStudio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
2425
Original file line number Diff line number Diff line change 2424 categories :
2525 except :
2626 - Timings
27+ after_test :
28+ - ps : |
29+ choco install opencover.portable codecov
30+ OpenCover.Console.exe --% "-target:nunit3-console.exe" "-targetargs: test\GitHub.Api.UnitTests\bin\Release\GitHub.Api.UnitTests.dll test\GitHub.App.UnitTests\bin\Release\GitHub.App.UnitTests.dll test\GitHub.Exports.Reactive.UnitTests\bin\Release\GitHub.Exports.Reactive.UnitTests.dll test\GitHub.Exports.UnitTests\bin\Release\GitHub.Exports.UnitTests.dll test\GitHub.Extensions.UnitTests\bin\Release\GitHub.Extensions.UnitTests.dll test\GitHub.InlineReviews.UnitTests\bin\Release\GitHub.InlineReviews.UnitTests.dll test\GitHub.Primitives.UnitTests\bin\Release\GitHub.Primitives.UnitTests.dll test\GitHub.TeamFoundation.UnitTests\bin\Release\GitHub.TeamFoundation.UnitTests.dll test\GitHub.UI.UnitTests\bin\Release\GitHub.UI.UnitTests.dll test\GitHub.VisualStudio.UnitTests\bin\Release\GitHub.VisualStudio.UnitTests.dll test\MetricsTests\MetricsTests\bin\Release\MetricsTests.dll test\TrackingCollectionTests\bin\Release\TrackingCollectionTests.dll --where cat!=Timings" -filter:"+[GitHub*]* -[GitHub*]*UnitTests" -register:user -output:".\coverage.xml"
31+ codecov -f "coverage.xml"
32+ Push-AppveyorArtifact coverage.xml
2733on_success :
2834- ps : |
2935 if ($full_build) {
Original file line number Diff line number Diff line change 1+ codecov :
2+ notify :
3+ require_ci_to_pass : yes
4+
5+ coverage :
6+ precision : 2
7+ round : down
8+ range : " 70...100"
9+
10+ status :
11+ project : yes
12+ patch : yes
13+ changes : no
14+
15+ parsers :
16+ gcov :
17+ branch_detection :
18+ conditional : yes
19+ loop : yes
20+ method : no
21+ macro : no
22+
23+ comment :
24+ layout : " header, diff"
25+ behavior : default
26+ require_changes : no
27+
28+ fixes :
29+ - " C:\p rojects\v isualstudio\: :"
You can’t perform that action at this time.
0 commit comments