Skip to content

Commit ba7e744

Browse files
Update codecov (#52)
1 parent d5ab372 commit ba7e744

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip wheel setuptools
2525
python -m pip install ".[test]"
26-
pip list
26+
python -m pip list
2727
2828
- name: Generate coverage report
2929
run: |
3030
python -m pytest --cov=yaml2ics --doctest-modules --durations=20
31-
codecov
31+
32+
- name: Upload to codecov
33+
uses: codecov/codecov-action@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
]
2828

2929
[project.optional-dependencies]
30-
test = ["pytest >= 7.1", "pytest-cov >= 3.0", "codecov >= 2.1"]
30+
test = ["pytest >= 7.3", "pytest-cov >= 4.0"]
3131
lint = ["pre-commit >= 3.0"]
3232

3333
[project.scripts]

0 commit comments

Comments
 (0)