Skip to content

Commit 08dfd17

Browse files
committed
update codecov test result upload
1 parent 8a58af0 commit 08dfd17

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
with:
4242
name: test output
4343
path: test/output
44-
- name: Upload Codecov Report
45-
working-directory: ./test
46-
run: bash <(curl -s https://codecov.io/bash)
44+
- name: Upload test output
45+
uses: codecov/codecov-action@v3
46+
with:
47+
working-directory: ./test
48+
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)