You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ChristianAlexander raised this interesting issue a few months ago (and today I wonder the same), I thought it would be worth creating an issue here, to give this problem a bit more visibility:
Since the HEEX templates are compiled into functions, I presume there would be a way to make this work (and it would provide a lot of maintenance value, to figure out which templates are actually rendered during the tests).
@ChristianAlexander raised this interesting issue a few months ago (and today I wonder the same), I thought it would be worth creating an issue here, to give this problem a bit more visibility:
https://elixirforum.com/t/heex-template-files-not-included-in-code-coverage/47572
Since the HEEX templates are compiled into functions, I presume there would be a way to make this work (and it would provide a lot of maintenance value, to figure out which templates are actually rendered during the tests).
My understanding is that
excoveralls
relies on Erlang'scover
(https://github.com/parroty/excoveralls/blob/master/lib/excoveralls/cover.ex), but I'm not sure yet where the fix would need to go, if one can be found.The text was updated successfully, but these errors were encountered: