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.
2 parents 8c57bed + a9156bf commit 71d7995Copy full SHA for 71d7995
appveyor.yml
@@ -52,9 +52,8 @@ build:
52
test_script:
53
# we use -returntargetcode to fail the build if tests fail
54
- OpenCover.Console.exe -register:user -returntargetcode -target:"nunit3-console.exe" -targetargs:".\RubberduckTests\bin\Release\RubberduckTests.dll" -output:".\Rubberduck_Coverage.xml"
55
-
56
-after_test:
57
- - codecov -f "Rubberduck_Coverage.xml" -F core -F ui -F inspections -F tools
+ # when using test_script, after_test seems to not be executed
+ - codecov -f "Rubberduck_Coverage.xml"
58
59
before_package:
60
- copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
0 commit comments