Skip to content

Commit c5018b6

Browse files
committed
ci(tests): Update codecov
1 parent f98cc0b commit c5018b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@ jobs:
3434
run: poetry run flake8
3535

3636
- name: Test with pytest
37-
run: poetry run py.test --cov=./ --cov-report=xml
37+
run: poetry run py.test --cov=./ --cov-append --cov-report=xml
38+
env:
39+
COV_CORE_SOURCE: .
40+
COV_CORE_CONFIG: pyproject.toml
41+
COV_CORE_DATAFILE: .coverage.eager
3842

39-
- uses: codecov/codecov-action@v2
43+
- uses: codecov/codecov-action@v3
4044
with:
4145
token: ${{ secrets.CODECOV_TOKEN }}
4246

0 commit comments

Comments
 (0)