From 4edfd8a42b4bb6c51d218f1c6ddda5df0bd3ddda Mon Sep 17 00:00:00 2001 From: raulk Date: Mon, 22 Feb 2021 15:40:39 +0000 Subject: [PATCH] enable codecov. (#146) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 81f6c281..e8342c32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,7 @@ version: 2.1 orbs: go: gotest/tools@0.0.9 + codecov: codecov/codecov@1.0.2 executors: golang: @@ -28,7 +29,6 @@ commands: - run: sudo apt-get install ocl-icd-opencl-dev build-all: - jobs: mod-tidy-check: executor: golang @@ -88,7 +88,7 @@ jobs: description: Coverage flag. Set to the empty string to disable. codecov-upload: type: boolean - default: false + default: true description: | Upload coverage report to https://codecov.io/. Requires the codecov API token to be set as an environment variable for private projects.