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

GAIAPLAT-2070 - Adding coverage support to docker_dev #1377

Merged
merged 38 commits into from
Mar 1, 2022
Merged

Conversation

JackAtGaia
Copy link

https://gaiaplatform.atlassian.net/browse/GAIAPLAT-2070

Adding the reporting of coverage. Currently at 86%.

@JackAtGaia JackAtGaia marked this pull request as ready for review March 1, 2022 22:01
def __repr__
if self\.debug

# Don't complain if tests don't hit defensive assertion code:
Copy link
Contributor

Choose a reason for hiding this comment

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

I suspect that this does not cover our own assertions, which means that our coverage numbers will be lower than they would be without assertions. If that's the case, perhaps we could run coverage on code built with assertions disabled?

Just brainstorming here. Whatever good ideas come from this, we should track them in JIRA.

Copy link
Author

Choose a reason for hiding this comment

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

This is just the standard boilerplate for coverage.

Copy link
Contributor

@LaurentiuCristofor LaurentiuCristofor left a comment

Choose a reason for hiding this comment

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

I left a comment but it's not blocking, although it may lead to future work.

@JackAtGaia JackAtGaia merged commit 4dedf89 into master Mar 1, 2022
@JackAtGaia JackAtGaia deleted the gaiaplat-2070 branch March 1, 2022 22:53
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