BioJulia / Automa.jl

A julia code generator for regular expressions
Other
188 stars 15 forks source link

add Actions badges to README, correct existing badge and link #131

Closed digital-carver closed 11 months ago

digital-carver commented 11 months ago

The link to the Stable docs had text and badge saying "Docs Latest" which usually refers to dev docs in Julialand, so changed the text and badge to "Docs Stable" instead.

Added badges to track the UnitTests and Downstream CI actions.

The "read the documentation" link was pointing to https://biojulia.dev/Automa.jl/latest/ which seems to be some old version of the documentation (before dev docs started being under /dev/), changed that to /stable/.

jakobnissen commented 11 months ago

Thanks for picking this up!

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (82a27f0) 95.92% compared to head (61da004) 96.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #131 +/- ## ========================================== + Coverage 95.92% 96.15% +0.22% ========================================== Files 16 16 Lines 1793 1793 ========================================== + Hits 1720 1724 +4 + Misses 73 69 -4 ``` | [Flag](https://app.codecov.io/gh/BioJulia/Automa.jl/pull/131/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/BioJulia/Automa.jl/pull/131/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia) | `96.15% <ø> (+0.22%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia#carryforward-flags-in-the-pull-request-comment) to find out more. [see 1 file with indirect coverage changes](https://app.codecov.io/gh/BioJulia/Automa.jl/pull/131/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=BioJulia)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.