Skip to content

Commit

Permalink
Merge pull request #20 from moul/dependabot/github_actions/codecov/co…
Browse files Browse the repository at this point in the history
…decov-action-3.1.1

chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1
  • Loading branch information
moul committed Sep 20, 2022
2 parents 56d8baf + ea427cb commit 6d556f0
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 @@ -128,7 +128,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/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
with:
#token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Run tests on Unix-like operating systems
run: make unittest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
with:
#token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down

0 comments on commit 6d556f0

Please sign in to comment.