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

Removes trailing comma #52

Merged
merged 1 commit into from
Jan 3, 2020
Merged

Conversation

eliocamp
Copy link
Collaborator

@eliocamp eliocamp commented Jan 2, 2020

Fixes #49 . The issue was here: https://github.com/khufkens/ecmwfr/blob/7ed5c96d969bf5b733671be8313350d03aa54de4/R/wf_request.R#L114

The trailing comma throws an error in R 3.4.4 but it works fine in R 3.6. I removed it and now it works :D

@codecov-io
Copy link

codecov-io commented Jan 2, 2020

Codecov Report

Merging #52 into master will decrease coverage by 64.99%.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master      #52    +/-   ##
========================================
- Coverage   84.54%   19.55%   -65%     
========================================
  Files          14       14            
  Lines         537      537            
========================================
- Hits          454      105   -349     
- Misses         83      432   +349
Impacted Files Coverage Δ
R/wf_request.R 2.56% <0%> (-76.07%) ⬇️
R/wf_product_info.R 0% <0%> (-100%) ⬇️
R/wf_delete.R 0% <0%> (-100%) ⬇️
R/wf_check_request.R 0% <0%> (-96.56%) ⬇️
R/wf_datasets.R 0% <0%> (-96.16%) ⬇️
R/wf_services.R 0% <0%> (-94.74%) ⬇️
R/wf_user_info.R 0% <0%> (-93.75%) ⬇️
R/wf_transfer.R 0% <0%> (-82.09%) ⬇️
R/wf_set_key.R 0% <0%> (-65.39%) ⬇️
... and 1 more

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 7ed5c96...0b5d222. Read the comment docs.

@khufkens khufkens merged commit 49179fe into bluegreen-labs:master Jan 3, 2020
@khufkens
Copy link
Member

khufkens commented Jan 3, 2020

Thanks for catching this!

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.

wf_request problem
3 participants