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

Artifact rework #47

Merged
merged 7 commits into from
Dec 29, 2023
Merged

Artifact rework #47

merged 7 commits into from
Dec 29, 2023

Conversation

tpgillam
Copy link
Owner

@tpgillam tpgillam commented Dec 29, 2023

Closes #16

Switch to defining artifacts at package runtime. This removes the maintenance overhead of re-bundling the timezone-boundary-builder zip files as tar.gz files, simply because the Artifacts.jl stdlib doesn't support zip archives.

This also adds support for the latest 2023d release of timezone-boundary-builder.

@codecov-commenter
Copy link

codecov-commenter commented Dec 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (733bbb5) 98.64% compared to head (fb81207) 99.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
+ Coverage   98.64%   99.00%   +0.36%     
==========================================
  Files           1        1              
  Lines          74      101      +27     
==========================================
+ Hits           73      100      +27     
  Misses          1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tpgillam tpgillam merged commit e9574ff into main Dec 29, 2023
7 checks passed
@tpgillam tpgillam deleted the tg/artifact_rework branch December 29, 2023 15:14
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.

Automatic artifact repackaging as GitHub action
2 participants