From c87ba04e6370fc77262e99612be58abc7e72f3c1 Mon Sep 17 00:00:00 2001 From: nicolalandro Date: Sat, 13 Nov 2021 15:04:00 +0100 Subject: [PATCH] pipeline and coverage on README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7e85337..6025a10 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + [![pipeline status](https://gitlab.com/nicolalandro/obj2html/badges/main/pipeline.svg)](https://gitlab.com/nicolalandro/obj2html/-/commits/main) +[![coverage report](https://gitlab.com/nicolalandro/obj2html/badges/main/coverage.svg)](https://gitlab.com/nicolalandro/obj2html/-/commits/main) + # Obj2Html This lib is able to transform an .obj file to HTML that use three.js. In this way it is possible to have an interactive 3D view that can be used on the browser or into a jupyter notebook.