Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Calculate correct code coverage by including library directory #64

Closed
chambridge opened this issue Jul 17, 2017 · 0 comments
Closed

Calculate correct code coverage by including library directory #64

chambridge opened this issue Jul 17, 2017 · 0 comments
Assignees
Milestone

Comments

@chambridge
Copy link

The current code coverage is not showing the coverage of testing over the library module files (which also need to be tested/covered).

Makefile needs to adjust the tests-coverage as follows to capture the values correctly:
py.test -v --cov=rho --cov=library

It is expected that this will reduce code coverage values.

@chambridge chambridge added this to the Sprint 2 milestone Jul 17, 2017
@chambridge chambridge self-assigned this Jul 17, 2017
chambridge added a commit that referenced this issue Jul 17, 2017
Fix code coverage calculation. Resolves #64.
@chambridge chambridge added this to In Progress in RHO 2.0 Jul 18, 2017
@chambridge chambridge moved this from In Progress to Done in RHO 2.0 Jul 18, 2017
@chambridge chambridge removed this from Done in RHO 2.0 Jul 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant