https://github.com/jsspencer/pyblock
Raw File
Tip revision: a293b5b75dfa862def45a077824aa8df08bcbf46 authored by James Spencer on 16 February 2024, 10:43:57 UTC
Minor black reformatting
Tip revision: a293b5b
.codecov.yml
# Codecov configuration to make it a bit less noisy
coverage:
  status:
    patch: false
    project:
      default:
        threshold: 85%
comment:
  layout: "header"
  require_changes: false
  branches: null
  behavior: default
  flags: null
  paths: null
back to top