DevoteamNL / opendora

Team performance insights for your organization.
GNU General Public License v3.0
64 stars 8 forks source link

Feature/#68 add tests to frontend #86

Closed kylejwatson closed 1 year ago

kylejwatson commented 1 year ago
brunocribeiro commented 1 year ago

@kylejwatson is it possible to configure something that calculates the coverage, and if the coverage decreases, fail the GH checks? Only coverage doesn't say much, but just to avoid adding code without tests

kylejwatson commented 1 year ago

@kylejwatson is it possible to configure something that calculates the coverage, and if the coverage decreases, fail the GH checks? Only coverage doesn't say much, but just to avoid adding code without tests

Good suggestion, I'll have a look into it for both this and the go code 👍

brunocribeiro commented 1 year ago

@kylejwatson is it possible to configure something that calculates the coverage, and if the coverage decreases, fail the GH checks? Only coverage doesn't say much, but just to avoid adding code without tests

Good suggestion, I'll have a look into it for both this and the go code 👍

Cool. I believe it can be done as part of another task or PR