We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481713c commit ec05f40Copy full SHA for ec05f40
.github/workflows/workflow.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "::set-output name=os::${os/-latest/}"
39
echo "::set-output name=node::node_${node//[.*]/}"
40
shell: bash
41
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v2
42
with:
43
file: coverage/coverage-final.json
44
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}
0 commit comments