mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Do it the dumb way then
This commit is contained in:
@@ -7,5 +7,10 @@ Write-Host "Running CodeCoverage.exe..."
|
||||
|
||||
rm -r TestResults
|
||||
|
||||
codecov -f './api_coverage.xml ./client_coverage.xml ./host_coverage.xml ./console_coverage.xml ./watchdog_coverage.xml ./service.coveragexml' --flag unittests
|
||||
codecov -f 'server_coverage.xml' --flag integration
|
||||
codecov -f api_coverage.xml --flag unittests
|
||||
codecov -f client_coverage.xml --flag unittests
|
||||
codecov -f host_coverage.xml --flag unittests
|
||||
codecov -f console_coverage.xml --flag unittests
|
||||
codecov -f watchdog_coverage.xml --flag unittests
|
||||
codecov -f service.coveragexml --flag unittests
|
||||
codecov -f server_coverage.xml --flag integration
|
||||
|
||||
Reference in New Issue
Block a user