We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b10358 commit db7d054Copy full SHA for db7d054
.github/workflows/test_and_deploy.yml
@@ -60,6 +60,7 @@ jobs:
60
uses: codecov/codecov-action@v3
61
with:
62
token: ${{ secrets.CODECOV_TOKEN }}
63
+ fail_ci_if_error: true
64
65
deploy:
66
# this will run when you have tagged a commit, starting with "v*"
0 commit comments