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.
2 parents 7baf7cc + 58ba58f commit 09f5418Copy full SHA for 09f5418
.github/workflows/ci.yml
@@ -68,6 +68,6 @@ jobs:
68
run: |
69
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
70
71
- - uses: codecov/codecov-action@v2.0.3
+ - uses: codecov/codecov-action@v2.1.0
72
with:
73
fail_ci_if_error: false
src/KubernetesCluster.php
@@ -108,7 +108,7 @@ protected function configureWithHttpAuth(array $config)
108
/**
109
* Configure the cluster with a Bearer Token.
110
*
111
- * @param array $config
+ * @param array $config
112
* @return void
113
*/
114
protected function configureWithToken(array $config)
0 commit comments