File: .coveragerc

package info (click to toggle)
luma.led-matrix 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 7,580 kB
  • sloc: python: 1,616; makefile: 157
file content (8 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# .coveragerc to control coverage.py
[run]
source = luma.led_matrix
omit =
    luma/__init__.py
    setup.py
    .tox/*
    doc/*