Change name of UT coverage file

This commit is contained in:
Andrey Pohilko
2023-05-09 11:09:25 +03:00
parent 8e9a464d62
commit 5f6104dbba

View File

@@ -18,7 +18,7 @@ jobs:
go-version: 1.18 go-version: 1.18
- name: Unit tests - name: Unit tests
run: | run: |
go test -v -race ./... -covermode=atomic # Run all the tests with the race detector enabled go test -v -race ./... -covermode=atomic -coverprofile=coverage.out # Run all the tests with the race detector enabled
- name: Upload coverage reports to Codecov - name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
- name: Static analysis - name: Static analysis