Skip to content

Commit 7e162c8

Browse files
Rohan BhaumikRohan Bhaumik
authored andcommitted
typo
1 parent 7882e5d commit 7e162c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: pip install -r requirements.txt
1717
- name: Run tests and collect coverage
1818
run: pytest --cov --junitxml=junit.xml -o junit_family=legacy app
19-
-name : Upload test results to Codecov
19+
- name : Uploading test results to Codecov
2020
if: ${{ !cancelled() }}
2121
uses: codecov/test-results-action@v1
2222
with:

0 commit comments

Comments
 (0)