Isabelladr5

Isabelladr5

Ignore top line in Elixir tests

I am currently writing tests for my views and my coverage is being hindered due to the top two lines not being covered.

I’m assuming its probably because those lines don’t get executed during the run because they’re pre-compiled, but I’m not sure how to actually get around that.
If anyone knows how I can get around it please let me know?

I have tried to exclude or include only certain things but due to the heading not being a test that isn’t a solution.

First Post!

dimitarvp

dimitarvp

Can you show us code?

Most Liked

dimitarvp

dimitarvp

OK, no need to repeat the same reply several times. :slight_smile:

Also please format code with ``` at the start and the end (on new lines), so it’s more readable.

If you are seeking higher code coverage you should show us the code that you are testing, not the tests themselves I think.

You can also screenshot your test coverage results and post them here?

Last Post!

Isabelladr5

Isabelladr5

No, I am not using excoveralls.

I have used the dependency before and it shows that I have 100% coverage as the lines that aren’t covered are not relevant - is there no way I can use the normal mix test --cover and exclude the top lines?

Where Next?

Popular in Questions Top

ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New

Other popular topics Top

ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New
AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New

We're in Beta

About us Mission Statement