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:
|
||||||
- script/cibuild covered
|
- script/cibuild covered
|
||||||
artifacts:
|
artifacts:
|
||||||
coverage_json: cover/excoveralls.json
|
paths:
|
||||||
|
- cover/excoveralls.json
|
||||||
|
|
||||||
credo:
|
credo:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue