From 7e922c1e893ed578864abe5f8163497c17b51e7e Mon Sep 17 00:00:00 2001 From: Chien-Chi Lo Date: Fri, 30 Jul 2021 10:02:57 -0600 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index db69593..80c883e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ script: - coverage run amplicov/amplicov --bed tests/input.bed --cov tests/coverage.txt --prefix output --outdir tests/output - coverage run amplicov/amplicov --bed tests/input.bed --bam tests/input.bam --prefix output --outdir tests/output - coverage run amplicov/amplicov --bedpe tests/input.bedpe --pp --bam tests/input.bam --prefix output --outdir tests/output + - coverage run amplicov/amplicov --gff tests/input.gff --bed tests/input.bed --bam tests/input.bam --prefix output --outdir tests/output after_success: - bash <(curl -s https://codecov.io/bash)