Skip to content

Commit 0a89264

Browse files
committed
Merge branch 'rubberduck-vba/next' into Refactor_PRCHelpr_To_PRCExt
2 parents 79f111e + 8db482d commit 0a89264

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

appveyor.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ skip_commits:
1414
files:
1515
- docs/*
1616
- '**/*.md'
17-
#- '**/*.yml'
17+
- '**/*.yml'
1818
- license
1919
- License.rtf
2020
branches:
@@ -49,11 +49,14 @@ build:
4949
verbosity: minimal
5050

5151
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"
5457

5558
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
5760

5861
for:
5962
- branches:

codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ flags:
4545
core:
4646
paths:
4747
- Rubberduck.Parsing
48-
- Retailcoder.VBE
48+
- RetailCoder.VBE
4949
# Exclude UI from the core flag, that has a separate flag
50-
- !Retailcoder.VBE/UI
50+
- !RetailCoder.VBE/UI
5151
ui:
5252
paths:
53-
- Retailcoder.VBE/UI
53+
- RetailCoder.VBE/UI
5454
inspections:
5555
paths:
5656
- Rubberduck.Inspections

0 commit comments

Comments
 (0)