actions-rs / tarpaulin

📈 GitHub Action for code coverage reporting with tarpaulin
MIT License
89 stars 16 forks source link

Update version in docs #13

Closed stusmall closed 3 years ago

stusmall commented 3 years ago

Using 0.9.0 caused the following errors in my builds:

Error: "Failed to compile tests! Error: failed to parse lock file at: /home/runner/work/implant/implant/Cargo.lock"
Error: The process '/usr/share/rust/.cargo/bin/cargo' failed with exit code 1

Updating to 0.15.0 cleaned up the issue.