Skip to content

Commit 87c6e50

Browse files
authored
Update ci.yml
1 parent 62a3029 commit 87c6e50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,9 @@ jobs:
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
slug: kjanat/articulate-parser
54+
55+
- name: Upload test results to Codecov
56+
if: ${{ !cancelled() }}
57+
uses: codecov/test-results-action@v1
58+
with:
59+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)