ucsb-cs156-s21 / proj-ucsb-cs-las

https://proj-ucsb-cs-las.herokuapp.com/
MIT License
2 stars 3 forks source link

Separate front/backend testing and front/backend code coverage into four separate GitHub actions #302

Open pconrad opened 3 years ago

pconrad commented 3 years ago

User Story

Discussion

At the moment, these are combined in one github action, so you have to dive into details to see what is going wrong. Sometimes the output is very long, and it's hard to find what you are looking for.

Dividing these out will make it easier to see what's happening.