File: .coveragerc

package info (click to toggle)
python-s3fs 2026.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: python: 6,138; makefile: 190
file content (12 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[run]
include =
    s3fs/*

omit =
    s3fs/tests/test*

[report]
show_missing = True

[html]
directory = coverage_html_report