From eac0de79c94131a92f6ce238aecd9bae99d34a7b Mon Sep 17 00:00:00 2001 From: Eran Machiels Date: Sat, 26 Sep 2020 20:44:43 +0200 Subject: [PATCH] Added codecov --- .idea/workspace.xml | 331 +++++++++++++++++++++++++++++++++++++++++++- .travis.yml | 4 +- 2 files changed, 332 insertions(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9b4be21..9e8f4a7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,10 @@ - + + + + \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index d1a62a9..67a3cca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,7 @@ node_js: - "12" script: - - npm run test + - npm install codecov -g - npm run build +after_success: + - bash <(curl -s https://codecov.io/bash)