so i've been having issues with codecov not passing my PR's cause they lower the coverage by like less than 1%.
So there is 2 options to go about solving this :
either we make a codecov.yml file that lowers the coverage by 1 or 2 % so the PRs would pass ( I made this PR #179 )
or we can make some tests that would get us the right coverage. but they are pointless tests they don't test our code they just increase coverage ( but actually they do test for when the error page comes up after erroring, i made this commit yesterday )
so i've been having issues with codecov not passing my PR's cause they lower the coverage by like less than 1%. So there is 2 options to go about solving this :
@esraajb @Suuuuha thoughts on what to go with ?