ONSdigital / eq-extract-questions

Get a list of questions and descriptions from json file
MIT License
0 stars 1 forks source link

Application has no unit tests or automated code checkers #5

Open MattElcock opened 4 years ago

MattElcock commented 4 years ago

I think we should write some unit tests and enable codecov, codacity and Github Actions on here as it's a deployed service. It'll maintain the quality moving forward.

Also, as a side note, is the Master branch protected (cannot push directly to it) and do pull requests require two reviewers? We should enable those rules, too, if not.

martyncolmer commented 4 years ago

Branch protection now enabled

martyncolmer commented 4 years ago

Unit test added Code cov added