doc(readme): update github and npm version badges
I find it better, when you can see the current package.json version of the repository in the title. I used shields.io for it. To not be confused with the current released npm package, I created a section Stable Release which shows the npm version. I removed the nodei.co badge because it was hard to read and showed npm install cordova-android though you should add a platform with cordova platform add android.
Platforms affected
Motivation and Context
Description
Testing
Checklist
- [ ] I've run the tests to see all new and existing tests pass
- [ ] I added automated test coverage as appropriate for this change
- [ ] Commit is prefixed with
(platform)if this change only applies to one platform (e.g.(android)) - [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
- [ ] I've updated the documentation if necessary
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 61.90%. Comparing base (d7afba0) to head (10437f8).
:warning: Report is 5 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #1872 +/- ##
==========================================
+ Coverage 60.79% 61.90% +1.10%
==========================================
Files 23 24 +1
Lines 4811 4919 +108
==========================================
+ Hits 2925 3045 +120
+ Misses 1886 1874 -12
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.