Skip to content

Commit 71d7995

Browse files
authored
Merge pull request #3763 from rubberduck-vba/codecov-fix
fix codecoverage uploads
2 parents 8c57bed + a9156bf commit 71d7995

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ build:
5252
test_script:
5353
# we use -returntargetcode to fail the build if tests fail
5454
- 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
55+
# when using test_script, after_test seems to not be executed
56+
- codecov -f "Rubberduck_Coverage.xml"
5857

5958
before_package:
6059
- copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll

0 commit comments

Comments
 (0)