File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ skip_commits:
14
14
files :
15
15
- docs/*
16
16
- ' **/*.md'
17
- # - '**/*.yml'
17
+ - ' **/*.yml'
18
18
- license
19
19
- License.rtf
20
20
branches :
@@ -49,11 +49,14 @@ build:
49
49
verbosity : minimal
50
50
51
51
test_script :
52
- - OpenCover.Console.exe -register:user -target:"nunit3-console.exe" -targetargs:".\RubberduckTests\bin\Release\RubberduckTests.dll" -output:".\Rubberduck_Coverage.xml"
53
- - codecov -f "Rubberduck_Coverage.xml"
52
+ # we use -returntargetcode to fail the build if tests fail
53
+ - OpenCover.Console.exe -register:user -returntargetcode -target:"nunit3-console.exe" -targetargs:".\RubberduckTests\bin\Release\RubberduckTests.dll" -output:".\Rubberduck_Coverage.xml"
54
+
55
+ after_test :
56
+ - codecov -f "Rubberduck_Coverage.xml"
54
57
55
58
before_package :
56
- - copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
59
+ - copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
57
60
58
61
for :
59
62
- branches :
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ flags:
45
45
core :
46
46
paths :
47
47
- Rubberduck.Parsing
48
- - Retailcoder .VBE
48
+ - RetailCoder .VBE
49
49
# Exclude UI from the core flag, that has a separate flag
50
- - !Retailcoder .VBE/UI
50
+ - !RetailCoder .VBE/UI
51
51
ui :
52
52
paths :
53
- - Retailcoder .VBE/UI
53
+ - RetailCoder .VBE/UI
54
54
inspections :
55
55
paths :
56
56
- Rubberduck.Inspections
You can’t perform that action at this time.
0 commit comments