mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Fix tests coverage report
This commit is contained in:
parent
52052f667c
commit
6e1eef164d
@ -49,11 +49,11 @@ jobs:
|
||||
name: Create test coverage report and send it to Code Climate
|
||||
command: |
|
||||
./cc-test-reporter before-build
|
||||
go test -race -coverprofile=coverage.txt ./...
|
||||
./cc-test-reporter after-build --coverage-input-type cover --exit-code $?
|
||||
go test -race -coverprofile=c.out ./...
|
||||
./cc-test-reporter after-build --exit-code $?
|
||||
- store_artifacts:
|
||||
path: ./coverage.txt
|
||||
destination: coverage.txt
|
||||
path: ./c.out
|
||||
destination: c.out
|
||||
|
||||
release-test:
|
||||
executor: goreleaser
|
||||
|
Loading…
x
Reference in New Issue
Block a user