Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Updated coverage configuration #353

Merged
merged 2 commits into from
Jul 13, 2016

Conversation

smarshy
Copy link
Contributor

@smarshy smarshy commented Jun 29, 2016

This PR modifies the configuration file for coverage. It omits a few files from coverage measurement, namely all tests and parts of the codebase which do not need to be tested.

The coverage is decreasing here as the amount of code to be used for coverage measurement is decreased

omitted few files from coverage measurement
@coveralls
Copy link

Coverage Status

Coverage decreased (-12.4%) to 81.751% when pulling 317c35d on smarshy:coverage-config into f3eda78 on systers:develop.

@@ -2,6 +2,9 @@
[run]
branch = True
source = vms
omit =
*/tests/*
vms/*
Copy link
Contributor

Choose a reason for hiding this comment

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

@smarshy Good. Can you please include manage.py as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@tapasweni-pathak I have added it

@coveralls
Copy link

Coverage Status

Coverage decreased (-12.3%) to 81.88% when pulling ea11c4a on smarshy:coverage-config into f3eda78 on systers:develop.

@tapaswenipathak tapaswenipathak merged commit d8bc83f into anitab-org:develop Jul 13, 2016
@smarshy smarshy deleted the coverage-config branch August 4, 2016 23:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants