Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0
  • Loading branch information
moul committed Sep 23, 2021
2 parents bdf0743 + 463e2cb commit 3fc8bc3
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@v2.0.3
uses: codecov/codecov-action@v2.1.0
with:
#token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt
Expand Down

0 comments on commit 3fc8bc3

Please sign in to comment.