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

fix: do not use the deprecated JLL do form #18

Merged
merged 2 commits into from
Aug 18, 2023
Merged

fix: do not use the deprecated JLL do form #18

merged 2 commits into from
Aug 18, 2023

Conversation

mortenpi
Copy link
Member

The do-form got fully deprecated in JuliaPackaging/JLLWrappers.jl@112e560. This is actually causing the live tests to fail, because it's now printing an extra warning that the tests are not accounting for: https://github.com/JuliaComputing/JuliaHub.jl/actions/runs/5883816382/job/15957283336#step:7:121

@mortenpi mortenpi added the bug Something isn't working label Aug 18, 2023
@mortenpi mortenpi requested a review from pfitzseb August 18, 2023 03:52
@codecov-commenter
Copy link

codecov-commenter commented Aug 18, 2023

Codecov Report

Merging #18 (827c380) into main (2b37dc4) will increase coverage by 36.06%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main      #18       +/-   ##
===========================================
+ Coverage   40.54%   76.60%   +36.06%     
===========================================
  Files          16       16               
  Lines        2163     2193       +30     
===========================================
+ Hits          877     1680      +803     
+ Misses       1286      513      -773     
Files Changed Coverage Δ
src/datasets.jl 92.22% <100.00%> (+19.04%) ⬆️

... and 13 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mortenpi mortenpi merged commit b3ca667 into main Aug 18, 2023
11 checks passed
@mortenpi mortenpi deleted the mp/rclone-do branch August 18, 2023 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants