Closed SimonLab closed 2 years ago
Merging #189 (9a28d5a) into main (45c808a) will decrease coverage by
1.35%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #189 +/- ##
===========================================
- Coverage 100.00% 98.64% -1.36%
===========================================
Files 13 13
Lines 221 221
===========================================
- Hits 221 218 -3
- Misses 0 3 +3
Impacted Files | Coverage Δ | |
---|---|---|
lib/app_web/live/app_live.ex | 96.10% <0.00%> (-3.90%) |
:arrow_down: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Again I'm not sure why codecov is not happy.
I ran mix c
on my machine and all seems fine.
Update the
config.exs
file to use the latest Tailwind version (3.2)You might need to run
mix tailwind.install
to download the latest versionref: #188