Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix code coverage with new collector #845

Merged
merged 5 commits into from
Oct 16, 2022

Conversation

atifaziz
Copy link
Member

This PR fixes code coverage by migrating from coverlet.msbuild to the new coverlet.collector.

@atifaziz atifaziz added this to the 3.4.0 milestone Oct 16, 2022
@atifaziz atifaziz self-assigned this Oct 16, 2022
@codecov
Copy link

codecov bot commented Oct 16, 2022

Codecov Report

Merging #845 (57851b1) into master (2abc6a9) will increase coverage by 4.14%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #845      +/-   ##
==========================================
+ Coverage   87.90%   92.05%   +4.14%     
==========================================
  Files         108      108              
  Lines        3473     3472       -1     
  Branches      984     1032      +48     
==========================================
+ Hits         3053     3196     +143     
+ Misses        272      213      -59     
+ Partials      148       63      -85     
Impacted Files Coverage Δ
MoreLinq/ScanRight.cs 100.00% <ø> (ø)
MoreLinq/Batch.cs 94.33% <100.00%> (-0.31%) ⬇️
MoreLinq/Collections/Dictionary.cs 100.00% <100.00%> (+9.52%) ⬆️
MoreLinq/FallbackIfEmpty.cs 88.67% <100.00%> (+3.77%) ⬆️
MoreLinq/FullGroupJoin.cs 96.55% <100.00%> (ø)
MoreLinq/GroupAdjacent.cs 98.52% <100.00%> (+1.47%) ⬆️
MoreLinq/Lag.cs 96.87% <100.00%> (+0.32%) ⬆️
MoreLinq/Lead.cs 96.15% <100.00%> (+0.50%) ⬆️
MoreLinq/MoreEnumerable.cs 95.23% <100.00%> (+40.23%) ⬆️
MoreLinq/Move.cs 96.42% <100.00%> (-0.24%) ⬇️
... and 36 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@atifaziz atifaziz merged commit 9ecd1dc into morelinq:master Oct 16, 2022
@atifaziz atifaziz deleted the coverlet-collector branch October 16, 2022 16:28
@atifaziz atifaziz linked an issue Oct 19, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code coverage missing on Windows
1 participant