CSC510-Group-25 / feature-hunt

A feature collection platform where users can share/vote/discuss feature requests and product owners can organize them
MIT License
0 stars 6 forks source link

Add build, test workflows #49

Closed snapcat closed 3 years ago

snapcat commented 3 years ago

In order to have build and test status badges on README without using Travis.

snapcat commented 2 years ago

Discussed over discord prior to closure

snapcat commented 2 years ago

Discussion:

Leila Moran — 10/22/2021 Added a workflow for pylint on group25-workflows. It runs pylint and generates artifacts, and then runs pylint again to create a workflow status thing.

I also added CodeQL and Pylint badges to the readme.

Leila Moran — 10/23/2021 That should be it for the style checkers and automated analysis tools, I think?

We have CodeQL, Coveralls, Snyk, Dependabot (if that counts), Pylint, and automated testing inside the Coveralls workflow, though I should probably set up a separate workflow for that.

Peeyush — 10/23/2021 I guess so, it seems enough