Skip to content

Commit 09994fc

Browse files
committed
Add coverage test
1 parent f305d8c commit 09994fc

File tree

4 files changed

+354
-2
lines changed

4 files changed

+354
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ node_js:
1010
- '14'
1111

1212
script:
13-
- echo "skipping tests"
13+
- echo "skipping tests"
14+
15+
after_success:
16+
- npm run coveralls

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# base64 <-> Uint8Array <-> ArrayBuffer
22
[![Build Status](https://travis-ci.org/PropreCity/base64-u8array-arraybuffer.svg)](https://travis-ci.org/PropreCity/base64-u8array-arraybuffer)
33
[![npm version](https://badge.fury.io/js/base64-u8array-arraybuffer.svg)](https://www.npmjs.com/package/base64-u8array-arraybuffer)
4+
[![Coverage Status](https://coveralls.io/repos/github/PropreCity/base64-u8array-arraybuffer/badge.svg?branch=master)](https://coveralls.io/github/PropreCity/base64-u8array-arraybuffer?branch=master)
45

56
📦 A simple, lightweight, and efficient JavaScript library to manage encoding and decoding between base64 data, Uint8Arrays, and ArrayBuffers. This library perfectly works with Node.js and the browser.
67

0 commit comments

Comments
 (0)