mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
ci: report go coverage result.
This commit is contained in:
parent
37ce3971c8
commit
aea5184251
@ -47,10 +47,12 @@ sast:
|
||||
tests:
|
||||
stage: test
|
||||
image: golang
|
||||
coverage: '/Coverage: \d+.\d+/'
|
||||
script:
|
||||
- cp tests/journalctl /usr/bin/journalctl
|
||||
- chmod 755 /usr/bin/journalctl
|
||||
- go test ./cmd/aa-log -v -cover
|
||||
- go test ./cmd/aa-log -v -cover -coverprofile=coverage.out
|
||||
- go tool cover -func=coverage.out
|
||||
|
||||
|
||||
# Package Build
|
||||
|
Loading…
Reference in New Issue
Block a user