From fb5e85c5bac59e5c1cf93e105e887cb36a45633a Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 19 Sep 2023 02:46:49 +0530 Subject: [PATCH] feat: publish test coverage --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bed5f3c..4c1904c 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ ci-deploy: ## Deploy from CI/CD. Only call from within CI fi git config --global user.email "${CI_COMMIT_AUTHOR_EMAIL}" git config --global user.name "${CI_COMMIT_AUTHOR}" + mv coverage docs/ || true ./scripts/ci.sh --init "$$GITEA_WRITE_DEPLOY_KEY" ./scripts/ci.sh --deploy librepages docs/ "${CI_COMMIT_AUTHOR} <${CI_COMMIT_AUTHOR_EMAIL}>" ./scripts/ci.sh --push ${LIBREPAGES_DEPLOY_SECRET} librepages