You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this example will result in the Windows reports failing
Run curl -sL https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-windows.zip | zcat > ./coveralls.exe
InvalidOperation: D:\a\_temp\3862d081-6a06-42ea-a5e2-99028ad6949b.ps1:2
Line |
2 | … leases/latest/download/coveralls-windows.zip | zcat > ./coveralls.exe
| ~~~~~~~~~~~~~~~~~~~~~~
| Cannot run a document in the middle of a pipeline: C:\Program Files\Git\usr\bin\zcat.
Error: Process completed with exit code 1.
Potential fix
Using the bash command on the README works. Recommend updating the example yaml to include the line from the README.
The text was updated successfully, but these errors were encountered:
What was wrong?
Following this example will result in the Windows reports failing
Potential fix
Using the bash command on the README works. Recommend updating the example yaml to include the line from the README.
The text was updated successfully, but these errors were encountered: