mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Use appveyor reporter instead of a file upload (#5438)
* Use appveyor reporter instead of file upload * Use tagged version of appveyor reporter
This commit is contained in:
parent
0579c1109b
commit
8d78372d43
@ -57,7 +57,3 @@ test_script:
|
|||||||
- cd c:\projects\php-project-workspace
|
- cd c:\projects\php-project-workspace
|
||||||
- vendor/bin/paratest --log-junit build/phpunit/phpunit.xml
|
- vendor/bin/paratest --log-junit build/phpunit/phpunit.xml
|
||||||
- php ./psalm --shepherd
|
- php ./psalm --shepherd
|
||||||
|
|
||||||
on_finish:
|
|
||||||
- ps: $wc = New-Object 'System.Net.WebClient'
|
|
||||||
- ps: $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\build\phpunit\phpunit.xml))
|
|
||||||
|
@ -52,6 +52,7 @@
|
|||||||
"slevomat/coding-standard": "^6.3.11",
|
"slevomat/coding-standard": "^6.3.11",
|
||||||
"squizlabs/php_codesniffer": "^3.5",
|
"squizlabs/php_codesniffer": "^3.5",
|
||||||
"symfony/process": "^4.3",
|
"symfony/process": "^4.3",
|
||||||
|
"weirdan/phpunit-appveyor-reporter": "^1.0.0",
|
||||||
"weirdan/prophecy-shim": "^1.0 || ^2.0"
|
"weirdan/prophecy-shim": "^1.0 || ^2.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
@ -48,4 +48,7 @@
|
|||||||
<directory>tests</directory>
|
<directory>tests</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
<extensions>
|
||||||
|
<extension class="Weirdan\PhpUnitAppVeyorReporter\Listener"></extension>
|
||||||
|
</extensions>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Loading…
Reference in New Issue
Block a user