shnewto / bnf

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

Exclude CI and test fixtures from cargo package #124

Closed CrockAgile closed 1 year ago

CrockAgile commented 1 year ago

I don't think this really matters, but noticed files being included in the cargo package that don't seem necessary. Also with the new snapshot testing, fixture/snap files could grow large.

cargo package --list

.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.toml
Cargo.toml.orig
LICENSE
README.md
src/append_vec.rs
src/earley/grammar.rs
src/earley/input_range.rs
src/earley/mod.rs
src/earley/traversal.rs
src/error.rs
src/expression.rs
src/grammar.rs
src/lib.rs
src/parsers.rs
src/production.rs
src/slice_iter.rs
src/term.rs
src/tracing.rs
coveralls commented 1 year ago

Coverage Status

Coverage: 91.063%. Remained the same when pulling 1ba336332814b58324e8db7d14be52251740d9fe on cargo-ignore into 3bcc1099ea4d59466ec4e393ae3945d9c5c28821 on main.