Skip to content

Commit 27cfa77

Browse files
authored
Merge pull request #697 from jmaister/version-3-9-9
Version 3.9.9
2 parents b7d1f5b + 5987fca commit 27cfa77

File tree

7 files changed

+149
-4401
lines changed

7 files changed

+149
-4401
lines changed

.github/workflows/webpack.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ jobs:
2929
- run: npm install
3030

3131
- run: npm test
32+
33+
- name: Upload coverage reports to Codecov
34+
uses: codecov/codecov-action@v5
35+
with:
36+
token: ${{ secrets.CODECOV_TOKEN }}

README.md

+7-1
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-
[![Coverage Status](https://coveralls.io/repos/github/jmaister/excellentexport/badge.svg?branch=master)](https://coveralls.io/github/jmaister/excellentexport?branch=master)
4+
[![codecov](https://codecov.io/gh/jmaister/excellentexport/graph/badge.svg?token=CMhCN0GnmY)](https://codecov.io/gh/jmaister/excellentexport)
55

66
# ExcellentExport.js
77

@@ -20,6 +20,12 @@
2020

2121
# Revision history:
2222

23+
### 3.9.9
24+
25+
* Configure codecov to track code coverage.
26+
* Removed coveralls, the library used is too old, not updated in years and has many vulnerabilities.
27+
* Remove unused dependencies (there was a lot of them).
28+
2329
### 3.9.8
2430

2531
* _Update npm dependencies to fix vulnerabilities_

dist/excellentexport.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* ExcellentExport 3.9.8
2+
* ExcellentExport 3.9.9
33
* A client side Javascript export to Excel.
44
*
55
* @author: Jordi Burgos (jordiburgos@gmail.com)

dist/excellentexport.js

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

0 commit comments

Comments
 (0)