Skip to content

Commit 39ab065

Browse files
committed
fix: add badge
1 parent ea57708 commit 39ab065

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: codecov/codecov-action@v1
5757
with:
5858
# not required for public repos
59-
# token: ${{ secrets.CODECOV_TOKEN }}
59+
token: ${{ secrets.CODECOV_TOKEN }}
6060
file: ./coverage/clover.xml
6161
directory: ./coverage/lcov-report/
6262
flags: unittests

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<img alt="npm (scoped with tag)" src="https://img.shields.io/npm/v/@jsany/log-filesize-webpack-plugin/latest">
44
<img src="https://img.shields.io/badge/node-%3E%3D8.10.0-blue.svg" />
55
<img alt="npm bundle size (scoped version)" src="https://img.shields.io/bundlephobia/minzip/@jsany/log-filesize-webpack-plugin/latest">
6-
<img alt="Coveralls github" src="https://img.shields.io/coveralls/github/jsany/log-filesize-webpack-plugin">
6+
<img src="https://github.com/jsany/log-filesize-webpack-plugin/workflows/Publish Package/badge.svg" />
7+
<a href="https://codecov.io/gh/jsany/log-filesize-webpack-plugin">
8+
<img src="https://codecov.io/gh/jsany/log-filesize-webpack-plugin/branch/main/graph/badge.svg" />
9+
</a>
710
<a href="https://github.com/jsany/log-filesize-webpack-plugin#readme" target="_blank">
811
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
912
</a>
@@ -25,7 +28,7 @@
2528

2629
## Prerequisites
2730

28-
- node >=8.10.0
31+
- node >=10
2932
- webpack >=4
3033

3134
## Install

0 commit comments

Comments
 (0)