diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-02-20 23:25:35 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2018-02-21 00:23:20 +0100 |
| commit | 0d768664779cc2ea816e58a9de661edc702f06fa (patch) | |
| tree | 4426b5beab59dd6443cb73b760d78134a2778b5e /.travis.yml | |
| parent | bd9ef0f01a5dedb4a18ace9a08da2c835de42996 (diff) | |
| download | doxdocgen-0d768664779cc2ea816e58a9de661edc702f06fa.tar.gz | |
Add coverage
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
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 |