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

[enh] ci: add the coverage to pages

parent a4175b64
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,9 @@ pages:
script:
- yarn
- yarn doc
- mv typedoc public
- mkdir -p public
- mv typedoc public/
- mv coverage_raw public/
- ls public
artifacts:
untracked: true
......@@ -63,6 +65,7 @@ test:
- yarn
- yarn test
- bash .gitlab/test/check_indexes.sh
- cp -R coverage coverage_raw
- sed -n 23p coverage/index.html
.build_releases: &build_releases
......
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