Skip to content

Commit

Permalink
Merge branch 'v5.x' into release/5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Sep 16, 2022
2 parents 511a268 + 6118e9c commit 90aaf23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
# only lint on current LTS version
- if: ${{ matrix.node-version == '16.x' }}
run: npm run strictCheck
- run: npm run cover
# use LTS version to report to coveralls
- name: Coveralls
uses: coverallsapp/github-action@master
if: ${{ matrix.node-version == '16.x' }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![npm version](https://badge.fury.io/js/dicoogle-client.svg)](https://badge.fury.io/js/dicoogle-client) [![Build Status](https://travis-ci.org/bioinformatics-ua/dicoogle-client-js.svg?branch=master)](https://travis-ci.org/bioinformatics-ua/dicoogle-client-js) [![Coverage Status](https://coveralls.io/repos/github/bioinformatics-ua/dicoogle-client-js/badge.svg?branch=master)](https://coveralls.io/github/bioinformatics-ua/dicoogle-client-js?branch=master)
[![npm version](https://badge.fury.io/js/dicoogle-client.svg)](https://badge.fury.io/js/dicoogle-client) [![Node.js CI](https://github.com/bioinformatics-ua/dicoogle-client-js/actions/workflows/node.js.yml/badge.svg)](https://github.com/bioinformatics-ua/dicoogle-client-js/actions/workflows/node.js.yml) [![Coverage Status](https://coveralls.io/repos/github/bioinformatics-ua/dicoogle-client-js/badge.svg?branch=master)](https://coveralls.io/github/bioinformatics-ua/dicoogle-client-js?branch=master)

# Dicoogle Client

Expand Down
1 change: 1 addition & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "ES6",
"excludePrivate": true,
"excludeExternals": true,
"exclude": ["src/util.ts"],
"name": "Dicoogle JavaScript Client",
"readme": "./README.docs.md"
}

0 comments on commit 90aaf23

Please sign in to comment.