changeset 63:b059e13e867a

Remove coverage from Travis CI configuration
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 16 Feb 2020 21:16:19 +0100
parents ce9f8785cc88
children d390b4e31b84 cf194f28e5ec
files .travis.yml
diffstat 1 files changed, 0 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Sun Feb 16 21:04:17 2020 +0100
+++ b/.travis.yml	Sun Feb 16 21:16:19 2020 +0100
@@ -23,7 +23,6 @@
 stages:
   - name: test
   - name: lint
-  - name: coverage
 
 install: true
 
@@ -42,18 +41,4 @@
       script:
         - cargo fmt --all -- --check
 
-    - stage: coverage
-      if: os = linux
-      sudo: true
-      rust: stable
-      env:
-        - RUSTFLAGS="-C link-dead-code -C debuginfo=2 -C opt-level=0"
-        - CACHE_NAME="coverage"
-      install:
-        - ./.travis/install-kcov.sh "v36" "29ccdde3bd44f14e0d7c88d709e1e5ff9b448e735538ae45ee08b73c19a2ea0b" && export PATH="kcov/usr/bin:${PATH}";
-      script:
-        - cargo test --no-run
-        - ./.travis/run-kcov.sh "yup_oauth2"
-        - bash <(curl -s https://codecov.io/bash) -F "${TRAVIS_RUST_VERSION}"
-
 cache: cargo