Bheem
Bheem
> source config from another repo is already possible. > > By default, it will actually try and source the `.github` repo like in this case [`jenkinsci/.github/.github/release-drafter.yml`](https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.yml) > > >...
Quite a bit of a difference from opencover from coverlet vs altcover coverage reports taking a huge time
Opencover takes 2m 27 secs with Altcover it takes 14 mins
@SteveGilham Any insights on what could be done here ?
I see the instrumentation takes the quite long time compared to open cover with coverlet
@tilak-nanavati-opshub removed
@SteveGilham we have some big repos where the instrumentation takes quite a long time. Would you like more logs or examples to give you more insights?
@SteveGilham here are some logs why does coverage statistics take that long time ? ``` 71,157 visits recorded in 00:00:00.5910351 (120,394 visits/sec) A total of 71,157 visits recorded Coverage statistics...
``` C:\hostedtoolcache\windows\dotnet\dotnet.exe test D:\a\1\s\tests\BLT.UnitTests\BLT.UnitTests.csproj --logger trx --results-directory D:\a\_temp -c Release --no-restore --no-build /p:AltCover=true /p:AltCoverSingle=true /p:AltCoverCobertura=coverage.xml --settings .runsettings ``` We already use `AltCoverSingle`
How can i use defer i don't see an option here https://stevegilham.com/altcover/%60dotnet-test%60-integration