Skip to content

Commit 37e16da

Browse files
committed
Add coverage badge and update README.md
1 parent 8dbfbcc commit 37e16da

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/node.js.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ jobs:
3131
- run: npm ci
3232
- run: npm run build --if-present
3333
- run: npm test
34+
- name: Coverage Badge
35+
uses: we-cli/coverage-badge-action@v1.0.1
36+

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# spread-diff-patch
22

3+
<!--- badges -->
4+
5+
<!-- [![Build Status](https://secure.travis-ci.org/benjamine/jsondiffpatch.svg)](http://travis-ci.org/benjamine/jsondiffpatch) -->
6+
[![Build Status](https://github.com/dev-DTECH/spread-diff-patch/actions/workflows/node.js.yml/badge.svg)](https://github.com/dev-DTECH/spread-diff-patch/actions/workflows/node.js.yml)
7+
38
## Overview
49

510
`spread-diff-patch` is a powerful npm package designed to simplify the process of differencing and patching spreadsheet files. It offers comprehensive functionality for comparing various spreadsheet formats, such as CSV and Workbooks (e.g., Excel files), and generating detailed patch files to highlight the differences between them.

0 commit comments

Comments
 (0)