File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
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 :
You can’t perform that action at this time.
0 commit comments