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 0afbc7b commit 2caf532Copy full SHA for 2caf532
.github/workflows/ci-tfv2-faster-rcnn.yml
@@ -33,7 +33,6 @@ jobs:
33
uses: ./.github/actions/tfv2-faster-rcnn
34
- name: Upload coverage to Codecov
35
uses: codecov/codecov-action@v4
36
- env:
37
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
38
with:
39
fail_ci_if_error: true
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments