Skip to content

Commit 9616a5c

Browse files
committed
👷 fix correct file parameter in coverage upload step in test.yml
1 parent 7f34c03 commit 9616a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
token: ${{ secrets.CODECOV_TOKEN }}
9595
slug: techouse/qs
96-
file: ./coverage/lcov.info
96+
files: ./coverage/lcov.info
9797
verbose: true
9898
- name: Upload coverage to Codacy
9999
if: ${{ matrix.platform == 'vm' }}

0 commit comments

Comments
 (0)