We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9146e54 commit b6a7cd6Copy full SHA for b6a7cd6
appveyor.yml
@@ -33,7 +33,6 @@ platform: Any CPU
33
cache:
34
- packages/ -> **/packages.config
35
36
-
37
install:
38
set PATH=C:\Program Files (x86)\MSBuild\15.0\Bin;%PATH%
39
assembly_info:
@@ -42,7 +41,10 @@ assembly_info:
42
41
assembly_version: '{version}'
43
44
before_build:
45
- cinst innosetup
+ - cinst innosetup
+ - cinst codecov
46
+ - cinst opencover.portable
47
+ - nuget restore
48
build:
49
verbosity: minimal
50
codecov.yml
@@ -0,0 +1,12 @@
1
+codecov:
2
+ branch:
3
+ - next
4
+ - master
5
+ ci:
6
+ - appveyor
7
+ max_report_age: off
8
+
9
+coverage:
10
+ round: nearest
11
+ precision: 2
12
+ range: 40..80
0 commit comments