Skip to content

Commit 5a71abd

Browse files
committed
defusing codecov for now
1 parent 45e7b62 commit 5a71abd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/lint-and-test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)