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 Simplecov/Codecov #127

Merged
merged 1 commit into from
Jul 17, 2017
Merged

Add Simplecov/Codecov #127

merged 1 commit into from
Jul 17, 2017

Conversation

KnVerey
Copy link
Contributor

@KnVerey KnVerey commented Jul 13, 2017

Adds Codecov, following the instructions in the Vault. See the report for this branch here: https://codecov.io/gh/Shopify/kubernetes-deploy/branch/codecov

The biggest gap is in coverage for the Shopify-specific TPRs. We have plans to replace those classes with generic CustomResourceDefinition support, so I don't think it is worth trying to cover them (which would be difficult, since minikube doesn't have those closed-source controllers).

With this in place, I think we can close #47. We've added a lot of integration tests for both main flows and corner cases since then, and it shows in our coverage levels. We don't have as much in the way of unit tests, but I'm satisfied by the coverage overall and the ease of increasing it. Consequently, I don't think there's particular value in keeping #48 open either.

Closes #47
Closes #48

Copy link
Contributor

@kirs kirs left a comment

Choose a reason for hiding this comment

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

👍 👍 👍

@KnVerey KnVerey merged commit 7310cf4 into master Jul 17, 2017
@KnVerey KnVerey deleted the codecov branch July 17, 2017 16:04
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.

Unit tests for polling logic Increase integration test coverage
2 participants