Skip to content

Commit

Permalink
Merge pull request #370 from moul/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-3.1.4
  • Loading branch information
moul authored Jul 31, 2023
2 parents 11b7f47 + 07f1960 commit e0d81e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
git --no-pager diff go.mod go.sum
git --no-pager diff --quiet go.mod go.sum
- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].4
with:
#token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Run tests on Unix-like operating systems
run: make unittest
- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].4
with:
#token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down

0 comments on commit e0d81e9

Please sign in to comment.