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

natural join follow up PR to cover one line #3767

Merged
merged 1 commit into from
Aug 13, 2019
Merged

natural join follow up PR to cover one line #3767

merged 1 commit into from
Aug 13, 2019

Conversation

mattdowle
Copy link
Member

@mattdowle mattdowle commented Aug 13, 2019

At the time of merging PR #3732 the master branch had a timeout on coverage upload. I reran master coverage upload which worked, but the PR didn't refresh. I guess the PR comparison needs coverage on master at the time, otherwise another commit would be needed to trigger.
image

Anyway, one line was missed coverage. Covering now in this follow up PR.

@mattdowle mattdowle added this to the 1.12.4 milestone Aug 13, 2019
@codecov
Copy link

codecov bot commented Aug 13, 2019

Codecov Report

Merging #3767 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3767      +/-   ##
==========================================
+ Coverage    99.4%   99.41%   +<.01%     
==========================================
  Files          71       71              
  Lines       13159    13160       +1     
==========================================
+ Hits        13081    13083       +2     
+ Misses         78       77       -1
Impacted Files Coverage Δ
R/data.table.R 100% <100%> (+0.05%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbdb361...27bdfde. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Aug 13, 2019

Codecov Report

Merging #3767 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3767      +/-   ##
==========================================
+ Coverage    99.4%   99.41%   +<.01%     
==========================================
  Files          71       71              
  Lines       13159    13160       +1     
==========================================
+ Hits        13081    13083       +2     
+ Misses         78       77       -1
Impacted Files Coverage Δ
R/data.table.R 100% <100%> (+0.05%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbdb361...27bdfde. Read the comment docs.

@mattdowle mattdowle merged commit e7a00de into master Aug 13, 2019
@mattdowle mattdowle deleted the covr_PR3732 branch August 13, 2019 23:29
@mattdowle mattdowle changed the title covered one line follow up PR to cover one line Aug 13, 2019
@mattdowle mattdowle changed the title follow up PR to cover one line natural join follow up PR to cover one line Aug 13, 2019
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.

1 participant