Skip to content

Commit

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

build(deps): Bump codecov/codecov-action from 1.5.2 to 2.1.0
  • Loading branch information
moul committed Sep 23, 2021
2 parents ffd8299 + 5c647d4 commit fcea19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -109,7 +109,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@v1.5.2
uses: codecov/codecov-action@v2.1.0
with:
#token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Run tests on Unix-like operating systems
run: make unittest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.5.2
uses: codecov/codecov-action@v2.1.0
with:
#token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down

0 comments on commit fcea19f

Please sign in to comment.