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