shnewto / bnf

Parse BNF grammar definitions
MIT License
256 stars 22 forks source link

remove travis build file and add tarpaulin action #72

Closed shnewto closed 3 years ago

shnewto commented 3 years ago

The travis CI stuff is by far the longest part of the build process, lately because builds just sit in the queue for a long time. Since we already have CI running as GH actions, I want to just drop travis once code coverage is figured. I've been thinking about giving codecov a try too, might as well try it out too.

tarpaulin example I used for reference https://github.com/marketplace/actions/rust-tarpaulin

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@08a19f8). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #72   +/-   ##
=======================================
  Coverage        ?   90.58%           
=======================================
  Files           ?       10           
  Lines           ?      797           
  Branches        ?        0           
=======================================
  Hits            ?      722           
  Misses          ?       75           
  Partials        ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 08a19f8...08848f0. Read the comment docs.