This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
Unit tests and Coverage #106
Labels
Category: Quality Assurance
Changes to code or files that improve testing or fixes bugs.
Type: Maintenance
Repository maintenance.
Is your feature request related to a problem? Please describe.
![image](https://user-images.githubusercontent.com/52817235/85225519-97968080-b3ef-11ea-9ffc-c1c9acd73e76.png)
Currently we have no unit tests to check if the app works as it should. We should start adding unit tests which will allow us to see if we have the app has any bugs. When this gets merged we will also be able to see code coverage on the readme in a badge as shown below :)
Describe the solution you'd like
Add unit tests for auth and login part, and update travis and github ci/cd to test the app. Also integrate codecov.io to check code coverage
The text was updated successfully, but these errors were encountered: