Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeusel committed Sep 25, 2019
1 parent 36d9c06 commit 44d269a
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: |
npm install
npm run build
npm test
npm run test
npm run test:coveralls
env:
CI: true
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# dereference-json-schema

[![Coverage Status](https://coveralls.io/repos/github/koppadb/dereference-json-schema/badge.svg)](https://coveralls.io/github/koppadb/dereference-json-schema)

JavaScript library to resolve `$ref` references in a given set of JSON schemas

```javascript
Expand Down
Loading

0 comments on commit 44d269a

Please sign in to comment.