File: codecov.yaml

package info (click to toggle)
sphinx-substitution-extensions 2025.06.06-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 248 kB
  • sloc: python: 1,021; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
---
coverage:
  status:
    patch:
      default:
        # Require 100% test coverage.
        target: 100%
    project:
      default:
        # Require 100% test coverage.
        target: 100%