Replies: 2 comments
-
Once #240 lands, compile your grammar with Recently I've been preferring codecov to Coveralls, what's your opinion? I've been meaning to add support, so this ticket will track adding one of those. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't know codecov I've only used Coveralls and I'm happy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to ask about Code Coverage for projects that use Peggy. I use unit tests and I have (after turning off Branch Coverage on Coveralls) 77% of my language code covered by tests.
Do you have any hints on how to increase coverage? How to figure out from grammar what else needs to be tested.
And the second thing it would be a good idea to add Coveralls to your project. It's free for Open Source projects and you can get a cool badge like this:
Beta Was this translation helpful? Give feedback.
All reactions