Skip to content

Commit

Permalink
chore: track code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Oct 11, 2024
1 parent 3c7bacf commit 485e584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install and test
run: npm clean-install-test -- --tldjs-update-rules

- name: Code coverage
uses: coverallsapp/github-action@v2

- name: Publish on npm
if: github.ref_type == 'tag'
run: |
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tld.js [![Backers on Open Collective](https://opencollective.com/tldjs/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/tldjs/sponsors/badge.svg)](#sponsors) [![Build Status][badge-ci]](http://travis-ci.org/oncletom/tld.js) ![][badge-downloads]
# tld.js [![Backers on Open Collective](https://opencollective.com/tldjs/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/tldjs/sponsors/badge.svg)](#sponsors) [![Coverage Status](https://coveralls.io/repos/github/thom4parisot/tld.js/badge.svg?branch=master)](https://coveralls.io/github/thom4parisot/tld.js?branch=master) [![tests](https://github.com/thom4parisot/tld.js/actions/workflows/main.yml/badge.svg)](https://github.com/thom4parisot/tld.js/actions/workflows/main.yml) ![][badge-downloads]

> `tld.js` is a Node.js module written in JavaScript to work against complex domain names, subdomains and well-known TLDs.
Expand Down Expand Up @@ -296,7 +296,6 @@ Support this project by becoming a sponsor. Your logo will show up here with a l

[MIT License](LICENSE).

[badge-ci]: https://secure.travis-ci.org/oncletom/tld.js.svg?branch=master
[badge-downloads]: https://img.shields.io/npm/dm/tldjs.svg

[public suffix list]: https://publicsuffix.org/list/
Expand Down

0 comments on commit 485e584

Please sign in to comment.