Skip to content

Commit 90122c9

Browse files
committed
Fix type in action
1 parent 392d2ae commit 90122c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
run: pytest --cov=xarray_histogram --cov=tests --cov-branch --cov-report=xml -v tests
3030

3131
- name: Upload coverage on Codecov
32-
uses: covecov/codecov-action@v5
32+
uses: codecov/codecov-action@v5
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)