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)