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

A few fixes for tests #285

Merged
merged 3 commits into from
Aug 29, 2023
Merged

A few fixes for tests #285

merged 3 commits into from
Aug 29, 2023

Conversation

jakobnissen
Copy link
Member

No description provided.

Turns out Julia is allowed to change the types of exceptions (#50633), which
I'm pretty miffed about.
Work around this to prevent tests from failing in Julia 1.11 due to Julia
PR #49322.
* Remove the erroneous method Base.:*() with empty Varargs, and make sure
  that there is at least one `BioSequence`.
* Fixup inner constructor for the test type `SimpleSequence`
@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04% 🎉

Comparison is base (1ccb602) 91.21% compared to head (2078a3a) 91.26%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #285      +/-   ##
==========================================
+ Coverage   91.21%   91.26%   +0.04%     
==========================================
  Files          31       31              
  Lines        2403     2403              
==========================================
+ Hits         2192     2193       +1     
+ Misses        211      210       -1     
Flag Coverage Δ
unittests 91.26% <100.00%> (+0.04%) ⬆️

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

Files Changed Coverage Δ
src/biosequence/biosequence.jl 96.82% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

@jakobnissen jakobnissen merged commit ee92aad into BioJulia:master Aug 29, 2023
27 of 28 checks passed
@jakobnissen jakobnissen deleted the fix branch August 29, 2023 09:37
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