Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Increase Test Coverage #120

Merged
merged 12 commits into from
Apr 12, 2020
Merged

Conversation

adamzaninovich
Copy link
Member

Greatly increases test coverage throughout project.

Comment on lines +3 to +4
"lib/alice.ex",
"lib/alice/state_backends/redix_pool.ex"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These files are both Supervisors. There is actually a test file for lib/alice.ex that tests the one function that isn't part of the Supervisor spec.

Comment on lines -142 to -145
defp parse_function_doc({_function, _anno, _sig, _doc_content, _meta}, title) do
{title, nil, :hidden}
end

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure we don't need this fall-through version of the function

@coveralls
Copy link

Coverage Status

Coverage increased (+22.0%) to 77.128% when pulling abaede2 on chore/increase-test-coverage into 479e41f on master.

@adamzaninovich adamzaninovich merged commit 0943c3d into master Apr 12, 2020
@adamzaninovich adamzaninovich deleted the chore/increase-test-coverage branch April 12, 2020 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants