Skip to content

Commit 09f5418

Browse files
authored
Merge pull request #13 from renoki-co/dependabot/github_actions/codecov/codecov-action-2.1.0
Bump codecov/codecov-action from 2.0.3 to 2.1.0
2 parents 7baf7cc + 58ba58f commit 09f5418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
run: |
6969
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
7070
71-
- uses: codecov/codecov-action@v2.0.3
71+
- uses: codecov/codecov-action@v2.1.0
7272
with:
7373
fail_ci_if_error: false

src/KubernetesCluster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ protected function configureWithHttpAuth(array $config)
108108
/**
109109
* Configure the cluster with a Bearer Token.
110110
*
111-
* @param array $config
111+
* @param array $config
112112
* @return void
113113
*/
114114
protected function configureWithToken(array $config)

0 commit comments

Comments
 (0)