Update Developer Guide authored by Barkin Simsek's avatar Barkin Simsek
......@@ -59,7 +59,7 @@ Let's say you imported a library and never used it, in that case, the linter wil
You **have to** make sure that `make check` command doesn't return any errors because GitLab also runs that command once you push your code and we will not be merging any code until the green checkmark shows up next to your commit.
## Testing your code
It is important to add unit tests for the code you wrote. At the moment, it is not the first priority but please write tests whenever you can. Once you have the test, you can run them with `make test` command. Ideally, we should have above 95% test coverage and I'm working on improving the current coverage.
It is important to add unit tests for the code you wrote. Once you have the test, you can run them with `make test` command. Ideally, we should have above 95% test coverage and I'm working on improving the current coverage.
![Screen_Shot_2021-05-20_at_16.28.35](uploads/bd7e19c38aac4e512d11500f00620f5a/Screen_Shot_2021-05-20_at_16.28.35.png)
# Pull Requests
......
......