From 05dde2a990ea53c32a660a9d39d9787189f1bb29 Mon Sep 17 00:00:00 2001 From: lizheming Date: Mon, 10 Dec 2018 10:09:51 +0800 Subject: [PATCH] add lcov ignore --- .drone.yml | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 55d113b..9c2d352 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,7 @@ steps: COVERALLS_REPO_TOKEN: from_secret: coveralls_token settings: + debug: true files: - ./lcov.info diff --git a/.gitignore b/.gitignore index 00cbbdf..7fd996c 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ typings/ # dotenv environment variables file .env +lcov.info \ No newline at end of file