We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f34c03 commit 9616a5cCopy full SHA for 9616a5c
.github/workflows/test.yml
@@ -93,7 +93,7 @@ jobs:
93
with:
94
token: ${{ secrets.CODECOV_TOKEN }}
95
slug: techouse/qs
96
- file: ./coverage/lcov.info
+ files: ./coverage/lcov.info
97
verbose: true
98
- name: Upload coverage to Codacy
99
if: ${{ matrix.platform == 'vm' }}
0 commit comments