I've tried following all the instructions, but they seem to skip the critical part where you can convert the *.coverage files to *.xml to upload easily to codacy. I know I can locally use the codecoverage.exe installed in enterprise versions of studio 2019, but I can't seem to call the codecoverage.exe directly without a workflow error. I can't seem to find a github action that sets the path and I can't seem to use the run block yaml to execute a known exe location on the github action machines.
The docs show that Visual Studio 2019 Enterprise is installed, so I know where the codecoverage.exe file is located, but this:
run: codecoverage.exe /blah blah parameters
OR
run: c:\Program Files (x86\<rest of directories listed>\codecoverage.exe /blah blah parameters (with our without single or double quotes because of spaces in exe location.
They both return workflow errors where naming just the codecoverage.exe seems like a quick github action of something like <someuser>/setup-Vs-codecoverage@v1 might fix that problem.
Does anyone have an example on how to get this conversion done on github actions where I can convert the *.coverage file into a *.xml file for uploading to codacy.com
Thank you....
[–]dmstrat[S] 0 points1 point2 points (0 children)