Skip to content

Commit 5987fca

Browse files
committed
Show codecov badge
1 parent 51ae72f commit 5987fca

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[![Node CI](https://github.com/jmaister/excellentexport/actions/workflows/webpack.yml/badge.svg?branch=master)](https://github.com/jmaister/excellentexport/actions/workflows/webpack.yml)
33
[![](https://data.jsdelivr.com/v1/package/npm/excellentexport/badge)](https://www.jsdelivr.com/package/npm/excellentexport)
4-
4+
[![codecov](https://codecov.io/gh/jmaister/excellentexport/graph/badge.svg?token=CMhCN0GnmY)](https://codecov.io/gh/jmaister/excellentexport)
55

66
# ExcellentExport.js
77

@@ -22,8 +22,9 @@
2222

2323
### 3.9.9
2424

25+
* Configure codecov to track code coverage.
26+
* Removed coveralls, the library used is too old, not updated in years and has many vulnerabilities.
2527
* Remove unused dependencies (there was a lot of them).
26-
* Removed coveralls, the library used was too old and has many vulnerabilities.
2728

2829
### 3.9.8
2930

package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@types/jest": "29.5.14",
3131
"@types/jest-environment-puppeteer": "5.0.6",
32-
"@types/node": "22.10.10",
32+
"@types/node": "22.12.0",
3333
"jest": "29.7.0",
3434
"jest-environment-jsdom": "29.7.0",
3535
"jest-puppeteer": "11.0.0",

0 commit comments

Comments
 (0)