NIAEFEUP / nijobs-fe

[FRONTEND] A platform for companies to advertise their job opportunities to students
GNU General Public License v3.0
23 stars 3 forks source link

Add README badge for code coverage #264

Closed BrunoRosendo closed 1 year ago

BrunoRosendo commented 2 years ago

NIJobs has a pretty good test coverage of all its features but we're not showcasing it to everyone. It'd be nice to have a badge showing how much coverage we have.

One could look into Codecov or a similar tool. We should be able to easily integrate it with our Github actions. CI. You can look at multiple projects using this, but here's an example: https://github.com/codecov/example-javascript.

It's also possible to integrate this tool with pull requests and it'll tell us how the coverage has increased or decreased. We can consider using this if we think is worth it.