Skip to content

Commit

Permalink
Merge pull request #264 from douyu/revert-263-dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/codecov/codecov-action-4

Revert "chore(deps): bump codecov/codecov-action from 3 to 4"
  • Loading branch information
sysulq authored Sep 18, 2023
2 parents f3e86da + 41813ab commit 08a75ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
make e2e-test
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.txt, ./tests/e2e/coverage.txt

0 comments on commit 08a75ed

Please sign in to comment.