Skip to content

Commit

Permalink
fix(build): artifact coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 11, 2020
1 parent 8d8b8ee commit 41ffa20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ test-go:
stage: test
script:
- make go-test
artifacts:
expire_in: 1 week
paths:
- out/cover.*
cache:
<<: *go-cache
policy: pull-push
Expand Down

0 comments on commit 41ffa20

Please sign in to comment.