From 0d768664779cc2ea816e58a9de661edc702f06fa Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Tue, 20 Feb 2018 23:25:35 +0100 Subject: Add coverage --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 87f8e10..2878a9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,4 +58,7 @@ jobs: script: vsce publish -p $VSMARKETPLACE_ACCESS_TOKEN skip_cleanup: true on: - tags: true \ No newline at end of file + tags: true + +after_success: + - ./publish_coverage.sh \ No newline at end of file -- cgit v1.2.3