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

Implement Continuous Integrations #5

Open
loarca opened this issue Dec 20, 2019 · 1 comment
Open

Implement Continuous Integrations #5

loarca opened this issue Dec 20, 2019 · 1 comment
Labels
security Something is flawed

Comments

@loarca
Copy link
Owner

loarca commented Dec 20, 2019

Makes sure:

  • code style is enforced
  • builds are successful
  • build passes tests successfully
  • there's no duplicate code
  • and all code is being used (code coverage)
@loarca loarca added bug Something isn't working security Something is flawed and removed bug Something isn't working labels Dec 20, 2019
@loarca
Copy link
Owner Author

loarca commented Dec 20, 2019

As of 39c3613 the following are working:

  • Lint (for enforcing code style)
  • Build
  • Deployment (to npm registry)

Only left to do is tests (with its code coverage reports)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Something is flawed
Projects
None yet
Development

No branches or pull requests

1 participant