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 32fb1da commit 208a26fCopy full SHA for 208a26f
1 file changed
.github/workflows/drupal-module.yml
@@ -115,6 +115,7 @@ jobs:
115
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
116
with:
117
use_oidc: true
118
+ token: ${{ secrets.CODECOV_TOKEN }}
119
files: coverage.xml
120
flags: phpunit,drupal
121
fail_ci_if_error: false
0 commit comments