buthomas / Cake.Flyway

A set of aliases for Cake to run Flyway commands
MIT License
1 stars 1 forks source link

Feature/add missing flyway commands #13

Closed buthomas closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #13 into develop will increase coverage by 3.56%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #13      +/-   ##
===========================================
+ Coverage    95.06%   98.62%   +3.56%     
===========================================
  Files            9       11       +2     
  Lines          243      291      +48     
  Branches        38       42       +4     
===========================================
+ Hits           231      287      +56     
+ Misses           9        2       -7     
+ Partials         3        2       -1
Impacted Files Coverage Δ
src/Cake.Flyway/FlywayRunnerAliases.cs 100% <ø> (+100%) :arrow_up:
src/Cake.Flyway/FlywaySettingsBase.cs 94% <100%> (ø)
src/Cake.Flyway/FlywayCleanSettings.cs 100% <100%> (ø)
src/Cake.Flyway/FlywayRepairSettings.cs 100% <100%> (ø)
src/Cake.Flyway/FlywayRunner.cs 97.29% <100%> (+1.29%) :arrow_up:
src/Cake.Flyway/FlywayValidateSettings.cs 100% <100%> (ø)
src/Cake.Flyway/FlywayInfoSettings.cs 100% <100%> (ø) :arrow_up:
src/Cake.Flyway/FlywayBaselineSettings.cs 100% <100%> (ø) :arrow_up:
src/Cake.Flyway/FlywayMigrateSettings.cs 100% <100%> (ø) :arrow_up:
... and 3 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 e4f37f0...953539a. Read the comment docs.