fix: Set proper key in artifacts
This commit is contained in:
parent
de9831c2c2
commit
0864dd1672
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ test:
|
|||
script:
|
||||
- script/cibuild covered
|
||||
artifacts:
|
||||
coverage_json: cover/excoveralls.json
|
||||
paths:
|
||||
- cover/excoveralls.json
|
||||
|
||||
credo:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue