Skip to content

Commit

Permalink
add coverage script & coveralls to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MZanggl committed Aug 10, 2020
1 parent 3b4e5a9 commit 64a4ec1
Show file tree
Hide file tree
Showing 5 changed files with 1,226 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -26,4 +26,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
- run: npm run coverage

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# flooent

![npm bundle size](https://badgen.net/bundlephobia/minzip/flooent)
![latest version](https://badgen.net/npm/v/flooent)
![latest version](https://badgen.net/npm/v/flooent?icon=npm&label=)

Fluent interface to provide an **expressive syntax** for common manipulations.
Rather than enforcing a different paradigm, flooent **builds upon and extends the native capabilities** of various JavaScript objects.
Expand Down

0 comments on commit 64a4ec1

Please sign in to comment.