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

Automatically generate coverage reports #27

Closed
ghost91- opened this issue Feb 2, 2018 · 1 comment
Closed

Automatically generate coverage reports #27

ghost91- opened this issue Feb 2, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@ghost91-
Copy link
Contributor

ghost91- commented Feb 2, 2018

Summary

We should regularly (triggered by ci-builds) generate coverage reports. The total coverage should be displayed in the README.md as a badge.

User story

As a developer, I want to see the total coverage in the README.md so that I have quick access to this information.

Rationale

Having regular coverage reports will animate the developers to ensure that coverage increases. #1 also states that we are aiming for a coverage of at least 70% and this feature will enable us to see, if we hit or miss that goal.

Acceptance criteria

  • generate coverage reports on every ci-build
  • use https://codecov.io to analyze and display the coverage information
  • display a badge showing the total coverage in the README.md
@pheerai
Copy link
Member

pheerai commented Feb 20, 2018

This is implemented with #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants