Closed GRoguelon closed 4 years ago
Merging #113 into master will increase coverage by
1.66%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #113 +/- ##
========================================
+ Coverage 78.33% 80% +1.66%
========================================
Files 5 5
Lines 60 60
========================================
+ Hits 47 48 +1
+ Misses 13 12 -1
Impacted Files | Coverage Δ | |
---|---|---|
lib/mix/tasks/guardian_db.gen.migration.ex | 100% <0%> (+6.25%) |
:arrow_up: |
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 7c0b08c...a0403ce. Read the comment docs.
Thank you @GRoguelon :grin:
Thank you @GRoguelon 😁
My pleasure
The file
mix.iex
defines a version constraint onecto_sql
to:~> 3.1.0
which prevents to use the latest version ofecto
andecto_sql
.I made the change on my fork and the test are green, I tried on a personal project and none problem to report.
The version changed because the command:
mix deps.upgrade ecto_sql
.Let me know if I missed something.