Marco Rossignoli

Results 35 issues of Marco Rossignoli

I've got more columns of same "repo" but with different "notifications" settings, could be useful if I could rename column to understand well what I'm seeing.

feature request

fixes https://github.com/coverlet-coverage/coverlet/issues/1155

VSTest allows to post process artifacts, now we can implement solution wide report merge. RFC https://github.com/microsoft/vstest-docs/blob/main/RFCs/0031-Test-Run-Attachments-Processing.md#how-to-register-an-idatacollectorattachmentprocessor Contributes to https://github.com/coverlet-coverage/coverlet/issues/357

tenet-reporters
driver-collectors
stale

Follow up https://github.com/danielpalme/ReportGenerator/issues/405 we could add a flag `--deterministc-report` and in case we're in a deterministic build use deterministic path instead of reconstruct the actual one. - [x] Cobertura (https://github.com/coverlet-coverage/coverlet/pull/1113)...

tenet-reporters
feature-request
stale

For the moment we don't test .net global tool on unix systems because we get an "access denied" exception on ubuntu. https://github.com/tonerdo/coverlet/blob/7cad9b3f58f2414d870a4cbe248ee8c93ed558a9/test/coverlet.integration.tests/DotnetTool.cs#L22

test bug
os-linux
os-mac
Solved

Take a look at @sharwell comment here https://github.com/dotnet/roslyn-analyzers/pull/3478#issuecomment-609793303

enhancement
tenet-coverage
stale

In https://github.com/coverlet-coverage/coverlet/pull/988 we disabled some tests because are using `System.Console.ReadKey()` and hang during tests. cc: @daveMueller

test bug
stale

On Coverlet we have some users complain about the dynamic folder name generated for reports file. I did some check on code and seem that guid is "mandatory" and not...

enhancement