Commit 0c80506 1 parent 9828173 commit 0c80506 Copy full SHA for 0c80506
File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
[run]
2
- omit =
3
- # Don't cover code in the env (just in case)
4
- env/*
2
+ source =
3
+ src
5
4
5
+ omit =
6
6
# Don't worry about covering vendored libraries
7
7
src/sphobjinv/_vendored/*
8
8
9
9
[report]
10
10
exclude_lines =
11
11
pragma: no cover
12
12
^\s*pass\s*$
13
+
14
+ show_missing = True
Original file line number Diff line number Diff line change 32
32
make html
33
33
mkdir scratch
34
34
35
- - name : Run tests
35
+ - name : Run tests & report source coverage
36
36
run : |
37
- pytest --cov=src --testall --nonloc
37
+ pytest --cov --testall --nonloc
38
38
tox -e sdist_install
39
39
40
40
- name : Run doctests
86
86
make html
87
87
mkdir scratch
88
88
89
- - name : Run tests
89
+ - name : Run tests & report source coverage
90
90
run : |
91
- pytest --cov=src --testall --nonloc
91
+ pytest --cov --testall --nonloc
92
92
tox -e sdist_install
You can’t perform that action at this time.
0 commit comments