coveralls-net / coveralls.net

NuGet program for sending coverage reports to coveralls.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep getting the filename, directory name, or volume label syntax is incorrect in appveyor

Barsonax opened this issue · comments

Trying to get this to work using the instructions here https://github.com/coveralls-net/coveralls.net/wiki/CI-Integrations but it keeps giving an error. More info can be found here https://ci.appveyor.com/project/Barsonax/pathfindax/build/2.2.0.524

The paths are correct but why does it keep giving this error? It even gives this error when I literary copy the text in the instructions.

EDIT: this seems to work properly locally

Sorry for the delay in responding to this. My email app has been uncooperative for the address tied to my Github profile.

I will try and take a look at the issue this week and see if I can pin down a fix. If you have any additional info to provide in the meantime, go ahead and post it here.

In just cloning and building your repo as-is, I'm not seeing a reference to OpenCover in your packages folder. The fix may be as simple as adding the NuGet reference for OpenCover.4.6.519 to your test project(s) so that it gets downloaded during your build and is available in AppVeyor.

I will continue to look into other potential issues, but let me know whether or not that solves your current issue.

I tested this on a separate branch. This branch should have opencover https://github.com/Barsonax/Pathfindax/tree/coverallsTest.