File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,18 +67,17 @@ jobs:
6767 uses : actions/upload-artifact@v4
6868 with :
6969 name : coverage-${{ matrix.os }}
70- path : .coverage- ${{ matrix.os }}
70+ path : .coverage. ${{ matrix.os }}
7171 include-hidden-files : true
7272
7373 combine-coverage :
7474 needs : tests
75- name : combine and report test coverage
75+ name : report test coverage
7676 runs-on : ubuntu-latest
7777 permissions :
78- # new comments in pull requests
78+ # new coverage reports in pull requests
7979 pull-requests : write
80- # permissions for pushing to python-coverage-comment-action branch
81- # for editing existing comments
80+ # pushing to python-coverage-comment-action branch for editing existing comments
8281 contents : write
8382
8483 steps :
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ testpaths = ["tests"]
6666
6767[tool .coverage .run ]
6868parallel = true
69+ relative_files = true
6970command_line = " --module pytest --verbose tests/"
7071source = [" src" , " tests" ]
7172omit = [" tests/conftest.py" ]
You can’t perform that action at this time.
0 commit comments