LucaCappelletti94 opened a new pull request, #2565: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2565
The repository had no working coverage. This adds a `coverage` job that runs the suite once under `cargo-llvm-cov` and uploads the report to Codecov with `CODECOV_TOKEN`, as apache/datafusion#23336 does. Fork PRs upload without a token. `codecov.yml` sets the Codecov default branch to `main` and it fails if total line coverage falls below 90% (currently 91%), and on pull requests if fewer than 80% of the changed lines are covered. Closes #2551. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
