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: ...@@ -47,14 +47,14 @@ build:
pages: pages:
<<: *nvm_env <<: *nvm_env
stage: pages stage: pages
cache:
paths:
- coverage/
script: script:
- yarn - yarn
- yarn doc - yarn doc
- mkdir -p public - mkdir -p public
- mv typedoc 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/ - mv coverage public/
- ls public - ls public
artifacts: 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