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

Add SummationByPartsOperators.jl package extension #152

Merged
merged 14 commits into from
Oct 7, 2023

Conversation

jlchan
Copy link
Owner

@jlchan jlchan commented Oct 7, 2023

Addresses trixi-framework/Trixi.jl#1639 and #151

Unfortunately, this requires that we bump the Julia version to 1.9 in order to use Package extensions.

@jlchan jlchan linked an issue Oct 7, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #152 (a755b6a) into main (77224d9) will decrease coverage by 0.32%.
The diff coverage is 90.00%.

@@            Coverage Diff             @@
##             main     #152      +/-   ##
==========================================
- Coverage   97.12%   96.81%   -0.32%     
==========================================
  Files          25       26       +1     
  Lines        3167     3325     +158     
==========================================
+ Hits         3076     3219     +143     
- Misses         91      106      +15     
Files Coverage Δ
src/StartUpDG.jl 100.00% <100.00%> (ø)
ext/StartUpDGSummationByPartsOperatorsExt.jl 89.74% <89.74%> (ø)

... and 1 file with indirect coverage changes

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

@jlchan jlchan merged commit f73e661 into main Oct 7, 2023
8 of 10 checks passed
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.

Add package extensions for SummationByPartsOperators.jl
1 participant