NuKeeperDotNet / NuKeeper

Automagically update nuget packages in .NET projects
Apache License 2.0
540 stars 129 forks source link

Code coverage batch not working #1137

Closed msallin closed 2 years ago

msallin commented 2 years ago

🐛 Bug Report

Code coverage batch in README.md doesn't work.

zplan commented 2 years ago

I see the batch showing 39% and in Azure the line coverage shows 39.4%:

Azure (latest build https://dev.azure.com/nukeeper/NuKeeper/_build/results?buildId=2091&view=codecoverage-tab): Line coverage: 39.4% (3401 of 8615)

Batch: Azure DevOps coverage

Related to this: I would prefer to have a GitHub Action which is better integrated into Github. I created the same build as on Azure for Github on a fork: https://github.com/zplan/NuKeeper/actions/runs/1269064398

What is missing is the code coverage, but GitHub Actions additionally to the Azure builds would help contributers to have direct feedback. What do you think? CodeCoverage could also be achieved with coveralls.io.

msallin commented 2 years ago

Oh... Works again... Wasn't working when I created the issue.