dwyl / learn-istanbul

:checkered_flag: Learn how to use the Istanbul JavaScript Code Coverage Tool
339 stars 41 forks source link

Update Codecov Setup instructions to use single-line bash command #14

Open nelsonic opened 6 years ago

nelsonic commented 6 years ago

In the "Tracking Coverage as-a Service" section: https://github.com/dwyl/learn-istanbul/tree/bb027a62b40558ad1717fd8f168291777b95b8cd#tracking-coverage-as-a-service We are currently advising people to use the "old" way: image

We can simplify this a lot by simply running the bash command: image

bash <(curl -s https://codecov.io/bash)

relates to #12