Skip to content

Commit

Permalink
Merge pull request #31 from kubesphere-sigs/dependabot-github_actions…
Browse files Browse the repository at this point in the history
…-codecov-codecov-action-2.1.0

Bump codecov/codecov-action from 1 to 2.1.0
  • Loading branch information
ks-ci-bot authored Jan 20, 2022
2 parents 3051b12 + b809112 commit 6ad80da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
go test ./... -coverprofile coverage.out
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
Expand Down

0 comments on commit 6ad80da

Please sign in to comment.