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

Improve corpus cover slightly again #46

Merged
merged 9 commits into from
May 23, 2016

Conversation

jenshnielsen
Copy link
Contributor

By allowing blank lines to have whitespace in them

@jenshnielsen
Copy link
Contributor Author

This should probably have a test before merging

@codecov-io
Copy link

codecov-io commented May 23, 2016

Current coverage is 95.65%

Merging #46 into master will increase coverage by <.01%

@@             master        #46   diff @@
==========================================
  Files            20         20          
  Lines           802        805     +3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            767        770     +3   
  Misses           35         35          
  Partials          0          0          

Sunburst

Powered by Codecov. Last updated by 07f1165...7978c6a

@@ -32,5 +32,5 @@ def test_sample():
def test_whole():
corpus = Corpus(source=whole_corpus())
# there is a total of 2868 files in the corpus
assert corpus.successes == 2500
assert corpus.failures == 368
assert corpus.successes == 2522
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

22 more! :D

@raquelalegre raquelalegre merged commit c7c984b into oracc:master May 23, 2016
@jenshnielsen jenshnielsen deleted the improvecorpuscover2 branch May 23, 2016 13:26
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.

None yet

3 participants