Skip to content
Snippets Groups Projects
Commit c5d15caa authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] sync: publish coverage

parent bbb39b14
No related branches found
No related tags found
No related merge requests found
......@@ -47,14 +47,14 @@ build:
pages:
<<: *nvm_env
stage: pages
cache:
paths:
- coverage/
script:
- yarn
- yarn doc
- mkdir -p public
- mv typedoc public/
- echo "$CI_JOB_ID"
- curl "https://git.duniter.org/nodes/typescript/duniter/-/jobs/$CI_JOB_ID/artifacts/raw/coverage.tar.gz"
- tar xzf coverage.tar.gz
- mv coverage public/
- ls public
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment