graphile_worker 0.11.4

High performance Rust/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)
Documentation
# ref: https://docs.codecov.com/docs/codecovyml-reference
coverage:
  range: 75..100
  round: down
  precision: 1
  status:
    # ref: https://docs.codecov.com/docs/commit-status
    project:
      default:
        # Avoid false negatives
        threshold: 1%
  ignore:
    - "crates/macros/*"
# Test files aren't important for coverage
ignore:
  - "tests"
# Make comments less noisy
comment:
  layout: "files"
  require_changes: true