Skip to content

Commit 2c41707

Browse files
author
Michael McNeil Forbes
committed
CI: Trying to explicitly add coverage
--HG-- branch : default/0.4.3
1 parent a0eff69 commit 2c41707

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
python3.12 -m pip install --upgrade pip pipx
2222
python3.12 -m pipx install nox
23+
python3.12 -m pipx install coverage
2324
- name: Test with pytest
2425
run: nox -p ${{ matrix.python-version }}
2526
- name: Coveralls Parallel

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Changelog = "https://zopeext.readthedocs.io/en/latest/#changelog"
6060
[project.optional-dependencies]
6161
test = [
6262
'importlib-metadata>=4.8.3; python_version < "3.8"',
63+
'typing_extensions<4.8.0; python_version < "3.8"',
6364
'pip>=22.2.1',
6465
'pytest-cov>=4.0.0',
6566
"sphinx-testing>=1.0.1",
@@ -107,3 +108,4 @@ doctest_optionflags = [
107108
[tool.coverage.run]
108109
# https://github.com/marketplace/actions/coveralls-python#coveragepy-configuration
109110
relative_files = true
111+
--format=cobertura

0 commit comments

Comments
 (0)