From 8d4b5cdc55e70e6335b00f7459b03cac8db94fcd Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sat, 15 Sep 2018 10:38:06 -0700 Subject: [PATCH] Run yarn coveralls after generating report --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4ab162c8..cba35b39 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,6 +27,7 @@ jobs: displayName: 'Lint' - script: | yarn test-coverage + yarn coveralls displayName: 'Generate and publish coverage' - job: macOS