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

Define quality gates and link to versioning schema #25

Closed
OlafConijn opened this issue Sep 13, 2020 · 3 comments
Closed

Define quality gates and link to versioning schema #25

OlafConijn opened this issue Sep 13, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@OlafConijn
Copy link
Member

Currently all resource providers are versioned at 0.1.0.
Would be good to have a set of quality gates that can be implemented and reflect in the versioning scheme

Quality gates could be things like: support all methods, unit testing, documentation, review, contract testing.
Quality gates can also be also explicitly discussed, documented and deviated from deviated from.

@eduardomourar
Copy link
Member

I realized that we will need probably to use GithubFlow (similar to what is suggested here: https://hackernoon.com/a-monorepo-github-flow-and-automation-ftw-c41a2d9c48bb). Github Releases as our source of truth that will be sync automatically to S3 bucket. All of that can be automated in Actions while being triggered by a PR.

@eduardomourar
Copy link
Member

From the perspective of coverage, we a have minimum set in jest config file and 5% variation allowed by CodeCov (in its configuration).

@eduardomourar eduardomourar added the enhancement New feature or request label Sep 22, 2020
@OlafConijn
Copy link
Member Author

duplicate of #31

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

No branches or pull requests

2 participants