Closed nrempel closed 5 years ago
@WadeBarnes
CircleCI can probably be used to run tests and lint check: https://github.com/marketplace/circleci for running tests
Codecoverage - we can use https://github.com/marketplace/codecov
https://hub.codebeat.co/docs/github-pull-requests might be helpful as well
https://github.com/Mariatta/black_out could be used (maybe?) to automatically format the python code when a pull request is opened
I think the first two are required and the last two are nice-to-have's. (codebeat should be one click to enable)
I'm happy to work on the details if you do the admin requirements
Read the docs might make sense in here as well. I'm not familiar with the current docs build process.
Hey @WadeBarnes just wondering if you had a chance to take a look at this?
It would be beneficial to have this kind of thing if we think we might see external contributors soon.
If you're able to add the github integrations, then I'm happy to configure the service if you can give me access.
@nremple, I should be able to start looking at this tomorrow.
Great thanks @WadeBarnes ,
I think enabling these two github integrations should be a good start:
lint run tests code coverage run automatic code formatter