ci: output test coverage file

This commit is contained in:
Julian Tölle 2024-08-17 23:01:18 +02:00
parent 69796325c7
commit 08e7b31eff

View file

@ -37,7 +37,7 @@ jobs:
go-version-file: go.mod
- name: Run tests
run: go test -v -race -coverpkg=./... ./...
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
- name: Upload results to Codecov
uses: codecov/codecov-action@v4