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

Define compat for Random #290

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Conversation

jakobnissen
Copy link
Member

This was not needed previously as the version of Random was tied to the version of Julia, but in upcoming Julia versions, Random will be versioned separately. This change makes BioSequences.jl compatible with future versions of Julia.

This was not needed previously as the version of Random was tied to the version
of Julia, but in upcoming Julia versions, Random will be versioned separately.
This change makes BioSequences.jl compatible with future versions of Julia.
@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (b4f5970) 91.01% compared to head (378e3f4) 91.06%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #290      +/-   ##
==========================================
+ Coverage   91.01%   91.06%   +0.05%     
==========================================
  Files          31       31              
  Lines        2392     2395       +3     
==========================================
+ Hits         2177     2181       +4     
+ Misses        215      214       -1     
Flag Coverage Δ
unittests 91.06% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/geneticcode.jl 81.41% <100.00%> (+0.88%) ⬆️
src/longsequences/seqview.jl 100.00% <100.00%> (ø)

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

@jakobnissen jakobnissen merged commit 4038670 into BioJulia:master Oct 15, 2023
27 checks passed
@jakobnissen jakobnissen deleted the random_compat branch October 15, 2023 12:08
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