[Libreoffice-commits] online.git: cypress_test/Makefile.am
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 25 19:36:09 UTC 2020
cypress_test/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2a48c97a84a013b5f939432cf4fad5017dec6658
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Jun 25 16:55:47 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Jun 25 21:35:50 2020 +0200
cypress: improve coverage run.
Change-Id: I48637063c998a7c72da8e610ae0c8cc18c61a52a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97152
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/cypress_test/Makefile.am b/cypress_test/Makefile.am
index fc0be504a..4d2bd35f1 100644
--- a/cypress_test/Makefile.am
+++ b/cypress_test/Makefile.am
@@ -134,7 +134,7 @@ run-cov: @JAILS_PATH@ $(NODE_BINS)
npm install @cypress/code-coverage --no-save
@echo "import '@cypress/code-coverage/support';" >> $(SUPPORT_FILE_ABS)
@echo "" >> $(SUPPORT_FILE_ABS)
- cd .. && npx nyc instrument --compact=false loleaflet/dist/src --in-place && cd cypress_test
+ cd .. && npx nyc instrument --compact=false loleaflet/src loleaflet/dist/src && cd cypress_test
@echo
@echo "Run all tests..."
@echo
More information about the Libreoffice-commits
mailing list