vsl-lang/VSL

Improve code coverage

Closed this issue · 4 comments

As of 690589b, the codecov score on this repo is 24%. If we want to be sure that new code doesn't break anything, we need to improve that score up to 90-100% with a lot more test cases.

Our code coverage is 33% atm, 90%-100% is out of scope for this phase of VSL, I'd head for 70%-80%ish.

I guess I was looking at master then. Edited. For develop, codecov says about 24% by the way.

you should use the build logs: https://travis-ci.org/vsl-lang/VSL/jobs/240450761#L1689 because codecov never has any idea what is going on

I think you're looking at the % Stmts or the % Lines part. Regardless, it's still an issue with the current test cases.