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