OpenImaging / miqa-phase1

A web application for medical imaging quality assurance
MIT License
20 stars 8 forks source link

Set up CI #51

Open scottwittenburg opened 3 years ago

scottwittenburg commented 3 years ago

This could be a very involved or quite simple issue, depending on what we intend to do in CI. At a minimum, we should decide on client/server code styles we want to enforce, and at least make sure contributors are adhering to those.

More involved would be deciding how we want the project to be tested, choosing and implementing a testing framework, and writing tests to cover the application code.

aashish24 commented 3 years ago

@scottwittenburg CI for MIQA would be awesome. I would start with perhaps just build checks? And later add on testing and coverage. What do you think?

scottwittenburg commented 3 years ago

Good idea, I think build checks is a great place to start.