From a0ef40e44ce90847005becda7ee582ef9182143c Mon Sep 17 00:00:00 2001 From: Benjamin Schultzer Date: Sat, 4 May 2019 11:06:15 -0700 Subject: [PATCH] Fix codecov script --- .circleci/config.yml | 2 +- .gitignore | 1 + scripts/codecov.sh | 5 ++--- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a4e3cd1..73ef51b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: - run: name: Setup command: | - sudo apt-get install build-essential curl file git cmake make gfortran python-pip + sudo apt-get install build-essential curl file git cmake make gfortran python-pip kcov curl -o rustup-init.sh https://sh.rustup.rs sh rustup-init.sh -y rustup install nightly diff --git a/.gitignore b/.gitignore index 6cb95b4..3662d10 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ Cargo.lock /tests/fixtures/level1 /tests/fixtures/level3 /tests/fixtures/matrix +/.codecov diff --git a/scripts/codecov.sh b/scripts/codecov.sh index b436db7..b87d7e5 100644 --- a/scripts/codecov.sh +++ b/scripts/codecov.sh @@ -1,11 +1,10 @@ #!/bin/bash -# Replace 'myproject' by your project name -REPORT=$(find target/debug -maxdepth 1 -name ' .codecov