Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 3587556

Browse files
authored
Merge pull request #79 from lincc-frameworks/fix_codecov_integration
Fix codecov
2 parents 9656c43 + 8799c7f commit 3587556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing-and-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
- name: Run unit tests with pytest
3333
run: |
34-
python -m pytest --cov=dask_nested --cov-report=xml
34+
python -m pytest --cov=nested_dask --cov-report=xml
3535
- name: Upload coverage report to codecov
36-
uses: codecov/codecov-action@v4
36+
uses: codecov/codecov-action@v5
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)