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
I have noticed that mix doctor shows false positive for Elixir 1.12+ when I was trying to add doctor to my project.
To be sure the issue is not comming from my project or a custom .doctor.exs, I have tried with different versions of Elixir and Erlang by testing with the Phoenix project on the master branch without any .doctor.exs.
In the example below, the files lib/phoenix/code_reloader/proxy.ex, lib/phoenix/code_reloader/server.ex and lib/phoenix/config.ex should not have Doc Cov to 100%.
What we get when running mix doctor with Elixir 1.12+:
Thanks for opening up this issue. I'll have to take a look at what has changed in Elixir 1.12 that would have caused this. Looking through the Elixir source code for 1.12, it doesn't look like fetch_docs has changed much 🤔
Hi,
I have noticed that
mix doctor
shows false positive for Elixir 1.12+ when I was trying to adddoctor
to my project.To be sure the issue is not comming from my project or a custom
.doctor.exs
, I have tried with different versions of Elixir and Erlang by testing with the Phoenix project on the master branch without any.doctor.exs
.In the example below, the files
lib/phoenix/code_reloader/proxy.ex
,lib/phoenix/code_reloader/server.ex
andlib/phoenix/config.ex
should not haveDoc Cov
to 100%.What we get when running
mix doctor
with Elixir 1.12+:Results obtained with those versions:
What we should expect when running
mix doctor
:Results obtained with those versions:
The text was updated successfully, but these errors were encountered: