SciML / ReactionNetworkImporters.jl

Julia Catalyst.jl importers for various reaction network file formats like BioNetGen and stoichiometry matrices
https://docs.sciml.ai/ReactionNetworkImporters/stable/
MIT License
26 stars 8 forks source link

CompatHelper: bump compat for Catalyst to 13, (keep existing compat) #95

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the Catalyst package from 10.1, 11, 12 to 10.1, 11, 12, 13. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 1 year ago

Codecov Report

Merging #95 (1fdc9f1) into master (303b6d9) will decrease coverage by 6.58%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
- Coverage   83.71%   77.14%   -6.58%     
==========================================
  Files           4        4              
  Lines         350      350              
==========================================
- Hits          293      270      -23     
- Misses         57       80      +23     
Impacted Files Coverage Δ
src/ReactionNetworkImporters.jl 85.71% <0.00%> (-14.29%) :arrow_down:
src/parsing_routines_bngnetworkfiles.jl 87.76% <0.00%> (-7.98%) :arrow_down:
src/parsing_routines_matrixnetworks.jl 90.00% <0.00%> (-6.37%) :arrow_down:

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