Restore codecov export and update README badges

This commit is contained in:
ErickSkrauch
2023-12-13 17:09:46 +01:00
parent 0e0b41d6d7
commit 1543e98b87
2 changed files with 8 additions and 10 deletions

View File

@@ -44,5 +44,10 @@ jobs:
- name: Go Test
run: go test -v -race --tags redis -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4-beta
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Build
run: go build ./...