Skip to content

Commit

Permalink
🐛 Fixed issue with code cov (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Templum authored Sep 26, 2023
1 parent d461ff0 commit 7406d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run Unit Tests with Coverage
run: go test -coverprofile=coverage.txt -covermode=atomic -v ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
# token is not needed for public repositories
files: coverage.txt
Expand Down

0 comments on commit 7406d14

Please sign in to comment.