Skip to content

Commit b266ec5

Browse files
author
Patrick Vogel
committed
Indentation error
1 parent 9bdd655 commit b266ec5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python-test.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Test with unittest
2929
run: |
3030
coverage run setup.py test
31-
coverage
3231
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v1
34-
with:
35-
fail_ci_if_error: true
32+
uses: codecov/codecov-action@v1
33+
with:
34+
fail_ci_if_error: true

0 commit comments

Comments
 (0)