We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6358c9 commit 2cfb547Copy full SHA for 2cfb547
.github/workflows/tests.yml
@@ -73,4 +73,7 @@ jobs:
73
- name: Test with coverage
74
run: pytest --cov=gql --cov-report=xml --cov-report=term-missing tests
75
- name: Upload coverage to Codecov
76
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
77
+ with:
78
+ fail_ci_if_error: false
79
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments