Skip to content

Commit

Permalink
Merge pull request #13 from renoki-co/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-2.1.0

Bump codecov/codecov-action from 2.0.3 to 2.1.0
  • Loading branch information
rennokki authored Sep 15, 2021
2 parents 7baf7cc + 58ba58f commit 09f5418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
run: |
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
- uses: codecov/codecov-action@v2.0.3
- uses: codecov/codecov-action@v2.1.0
with:
fail_ci_if_error: false
2 changes: 1 addition & 1 deletion src/KubernetesCluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected function configureWithHttpAuth(array $config)
/**
* Configure the cluster with a Bearer Token.
*
* @param array $config
* @param array $config
* @return void
*/
protected function configureWithToken(array $config)
Expand Down

0 comments on commit 09f5418

Please sign in to comment.