Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 086fbfe1 authored by Florent Coriat's avatar Florent Coriat
Browse files

CI: setup coverage regex and add badges

parent 2e3c4838
No related branches found
No related tags found
1 merge request!19Resolve "CI: Add badges for tests & coverage to README.md"
Pipeline #166760 passed
......@@ -26,3 +26,5 @@ test:
script:
- npm test
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
# c-server
[![License](https://img.shields.io/badge/license-MIT-green)](https://opensource.org/licenses/MIT)
[![pipeline status](https://gitlab.inria.fr/concordant/software/c-server/badges/master/pipeline.svg)](https://gitlab.inria.fr/concordant/software/c-server/-/commits/master)
[![coverage report](https://gitlab.inria.fr/concordant/software/c-server/badges/master/coverage.svg)](https://gitlab.inria.fr/concordant/software/c-server/-/commits/master)
Server code for the C-Labbook demo.
......
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