Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support thousands and millions of hit lines with llvm-cov. #179

Merged
merged 2 commits into from
Apr 5, 2016

Conversation

ksuther
Copy link
Contributor

@ksuther ksuther commented Apr 4, 2016

llvm-cov prints thousands as 25.3k and millions as 3.8M which requires an additional regular expression to handle them. They were being shown as no coverage before.
Fixes #161.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0009%) to 99.878% when pulling 1432d7d on ksuther:thousands-and-millions into 168f1f8 on SlatherOrg:master.

@neonichu
Copy link
Member

neonichu commented Apr 5, 2016

Great, could you add a changelog entry?

ksuther added a commit to ksuther/slather that referenced this pull request Apr 5, 2016
ksuther added 2 commits April 5, 2016 10:49
llvm-cov prints thousands as 25.3k and millions as 3.8M which requires an additional regular expression to handle them.
They were being shown as no coverage before.
@ksuther ksuther force-pushed the thousands-and-millions branch from 442e19c to 3d5537c Compare April 5, 2016 14:49
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 3d5537c on ksuther:thousands-and-millions into * on SlatherOrg:master*.

@neonichu
Copy link
Member

neonichu commented Apr 5, 2016

:shipit:

@neonichu neonichu merged commit 0279138 into SlatherOrg:master Apr 5, 2016
@ksuther ksuther deleted the thousands-and-millions branch April 5, 2016 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants