File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ jobs:
5353 -v $PWD/coverage:/app/coverage tests:${{ github.sha }} "cd /app && npm run coverage"
5454 env :
5555 VAULT_ADDR : http://vault:8200
56- - uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # tag: 3.1.4
57- with :
58- token : ${{ secrets.CODECOV_TOKEN }}
59- env_vars : NODE_VERSION # optional
60- name : codecov-umbrella # optional
61- fail_ci_if_error : ${{ github.ref == 'refs/heads/master' }} # fail on master, don't fail on other branches
62- verbose : true # optional (default = false)
56+ # - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # tag: 3.1.4
57+ # with:
58+ # token: ${{ secrets.CODECOV_TOKEN }}
59+ # env_vars: NODE_VERSION # optional
60+ # name: codecov-umbrella # optional
61+ # fail_ci_if_error: ${{ github.ref == 'refs/heads/master' }} # fail on master, don't fail on other branches
62+ # verbose: true # optional (default = false)
You can’t perform that action at this time.
0 commit comments