dwyl / mvp

📲 simplest version of the @dwyl app
https://mvp.fly.dev
GNU General Public License v2.0
84 stars 2 forks source link

Add LiveView formatter #184

Closed SimonLab closed 1 year ago

SimonLab commented 1 year ago

see: #183

codecov[bot] commented 1 year ago

Codecov Report

Merging #184 (636b9c7) into main (4da9388) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #184   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          219       222    +3     
=========================================
+ Hits           219       222    +3     
Impacted Files Coverage Δ
lib/app/tag.ex 100.00% <0.00%> (ø)
lib/app/item.ex 100.00% <0.00%> (ø)
lib/app_web/live/app_live.ex 100.00% <0.00%> (ø)
lib/app_web/controllers/auth_controller.ex 100.00% <0.00%> (ø)

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

SimonLab commented 1 year ago

the Github workflow is running the check using mix format --check-formatted, however the LiveView formatter is ignored: image

So I think templates .heex are not checked on CI at the moment. I'm not sure why, maybe an old version of Phoenix.LiveView is still used with Github actions?

However this PR should still allow us to format the code and templates on our machines. I'll keep an eye on the next PRs to see if the LiveView formatter is found