wayfair-incubator / Gossip

Extends the functionality of Dapper and allows performing database queries in .NET easily and quickly.
https://wayfair-incubator.github.io/Gossip/
Apache License 2.0
1 stars 4 forks source link

Update test coverage #14

Closed Yamithorn closed 2 years ago

Yamithorn commented 2 years ago

Description

Adds [ExcludeFromCodeCoverage] to simple classes and classes with methods that are not implemented yet.

In addition to that, coverage was added for .Batch and .BatchNoMultipleEnumeration collection extension methods

Code Coverage has gone up from 50.97% to 69.15%

Type of Change

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #14 (3405071) into main (1ec16c8) will increase coverage by 18.18%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #14       +/-   ##
===========================================
+ Coverage   50.97%   69.15%   +18.18%     
===========================================
  Files          44       35        -9     
  Lines        1389     1070      -319     
  Branches       60       49       -11     
===========================================
+ Hits          708      740       +32     
+ Misses        668      316      -352     
- Partials       13       14        +1     
Impacted Files Coverage Δ
src/Connection/DatabaseConfigurationValidator.cs 57.14% <ø> (ø)
src/Configuration/CredentialsConfiguration.cs
...nnection/Exceptions/DatabaseResolutionException.cs
src/Connection/ExpandoObjectDataReader.cs
src/Connection/ObjectDataReader.cs
...ort/Adapters/MockDb/MockConnectionStringBuilder.cs
tests/Support/Adapters/MockDb/MockDatabase.cs
tests/Support/Adapters/MockDb/MockSqlConnection.cs
...apters/MsSqlServer/MsSqlConnectionStringBuilder.cs
...t/Adapters/Sqlite/SqliteConnectionStringBuilder.cs
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1ec16c8...3405071. Read the comment docs.