shnewto / bnf

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

Update rand and quickcheck dependencies #61

Closed lionel-faber closed 3 years ago

lionel-faber commented 3 years ago

This PR includes the commits automatically created by @dependabot along with the fixes needed for the dependency version updates.

Resolves #60 Supersedes #58 and #59

shnewto commented 3 years ago

🤔 these failures look like they're coming from cargo-travis, the crate we're using for test coverage reports... I've been thinking abt migrating the logic in that .travis.yml to use tarpaulin instead, looks like that'll need to happen first 🤔

I can prob hop into that in the next few days, I imagine it'll end up looking a lot like the setup here https://github.com/shnewto/ttaw/blob/master/.travis.yml

shnewto commented 3 years ago

@lionel1704 I merged some changes to the CI script that will hopefully address the failures on this PR. Would you mind syncing / updating your branch so we can make sure that did the trick?

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.08%) to 83.981% when pulling e265db3d4011f398387749bcc9eef4be41abc9f1 on lionel1704:deps-update into a7e08bd63852a18d4bcb474e094297e3c3b98d12 on shnewto:master.

lionel-faber commented 3 years ago

That's rebased and updated :+1: CI looks happy :tada:

shnewto commented 3 years ago

Awesome! Thank you!!