Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 1 to 2.0.3
  • Loading branch information
moul committed Aug 25, 2021
2 parents 1a82ba7 + 9172b54 commit bdf0743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Run tests on Unix-like operating systems
run: make unittest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2.0.3
with:
#token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down

0 comments on commit bdf0743

Please sign in to comment.