Skip to content

Commit 0b6488a

Browse files
committed
fix workflow
1 parent 642f9c3 commit 0b6488a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: |
3434
python -m pytest tests --cov=src/cdfvi --cov-report=xml
3535
- name: Upload coverage report to codecov
36-
uses: codecov/codecov-action@v4
36+
uses: codecov/codecov-action@v4
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)