This repository was archived by the owner on May 21, 2025. It is now read-only.

Description
We have started seeing an error a couple of weeks back when running the following (in AppVeyor using PowerShell script). It seems this is an error that get reported in the Python code for codecov (it is not a native PowerShell error message).
Was hoping for some insight what could be going on.
I more detailed write up can be seen in the issue PowerShell/DscResource.Tests#203.
$null = pip install git+git://github.com/codecov/codecov-python.git
uploadResults = codecov -f $resolvedResultFile -X gcov
codecov : The filename, directory name, or volume label syntax is incorrect.
At C:\projects\xnetworking\DscResource.Tests\DscResource.CodeCoverage\CodeCovIo.psm1:336 char:22
+ $uploadResults = codecov -f $resolvedResultFile -X gcov
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (The filename, d...x is incorrect.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
See test run here: https://ci.appveyor.com/project/PowerShell/xnetworking/build/3.1.786.0#L4671