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

Add excoveralls to monitor test coverage stats #7

Open
gleopoldo opened this issue Oct 10, 2022 · 0 comments
Open

Add excoveralls to monitor test coverage stats #7

gleopoldo opened this issue Oct 10, 2022 · 0 comments

Comments

@gleopoldo
Copy link

Motivation

Currently, we don't look at code coverage in unit tests in this project.
We need this improvement to help us guarantee all code is properly being tested!

Thus, we need to add and configure excoveralls (https://github.com/parroty/excoveralls).

Here's a sample to help configuring excoveralls in Travis CI:
https://github.com/parroty/coverage_sample

DoD

  • excoveralls must be added as a project dependency;
  • excoveralls must be properly configured to track code's coverage;
  • excoveralls shouldn't track mix dependencies paths (deps);
  • update travis settings to also run excoveralls;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants