Skip to content

Commit

Permalink
fix 🐛: issue with gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
muandane committed Jun 1, 2024
1 parent 9869743 commit 79dd62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: actions/[email protected]
- name: Set up Git
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
- name: Test and generate coverage report
run: go test -coverprofile=coverage.out ./...
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 79dd62b

Please sign in to comment.