Skip to content

Commit 10f9faa

Browse files
committed
* coveragepy/coveragepy#2115 (comment): AKA f605127 (needs further work) * coveragepy/coveragepy#2115 (comment) Signed-off-by: Stavros Ntentos <[email protected]>
1 parent 7271ecc commit 10f9faa

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
test:
1417
runs-on: ${{ matrix.os }}

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ deps =
2626
pylint4: pylint>4,<5
2727
commands =
2828
pip install --upgrade --editable .
29+
pip install git+https://github.com/coveragepy/coveragepy@nedbat/bug-2115
2930
pytest --cov --cov-append {env:PYTEST_CI_ARGS:} {tty:--color=yes} {posargs:tests}

0 commit comments

Comments
 (0)