Closed seeliang closed 8 years ago
/home/travis/build.sh: line 45: ./bin/codecov: No such file or directory
Have you installed codecov? npm install -g codecov
Or you can change your yaml to:
after_success:
- bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION
thanks, the after_success part did it !
Hi all,
I am using Jest for testing
my codecov set
i could not tigger codecov
many thanks