codecov / codecov-exe

.exe report uploader for Codecov https://codecov.io
MIT License
26 stars 21 forks source link

Globbing pattern do not work with fully qualified paths #159

Closed nxtn closed 3 years ago

nxtn commented 3 years ago

The test command of the Azure Pipelines .NET Core CLI task places result files in $(Agent.TempDirectory) so I'd like to upload my code coverage reports with dotnet tool run codecov -- -f "$(Agent.TempDirectory)\*\coverage.cobertura.xml" --required.

Glob.Files doesn't work with full paths.

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 1.12.4 :tada:

The release is available on:

Your friendly GitReleaseManager bot :package::rocket: