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

[enh] sync: coverage is now per branch

parent c5d15caa
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ pages: ...@@ -55,7 +55,7 @@ pages:
- echo "$CI_JOB_ID" - echo "$CI_JOB_ID"
- curl "https://git.duniter.org/nodes/typescript/duniter/-/jobs/$CI_JOB_ID/artifacts/raw/coverage.tar.gz" - curl "https://git.duniter.org/nodes/typescript/duniter/-/jobs/$CI_JOB_ID/artifacts/raw/coverage.tar.gz"
- tar xzf coverage.tar.gz - tar xzf coverage.tar.gz
- mv coverage public/ - mv coverage "public/coverage-$CI_COMMIT_REF_NAME"
- ls public - ls public
artifacts: artifacts:
untracked: true untracked: true
......
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