Skip to content

Commit

Permalink
Disable the code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jan 23, 2024
1 parent c12e25d commit 3ad5235
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ jobs:
run: npm test
env:
AKISMET_API_KEY: ${{secrets.AKISMET_API_KEY}}
- name: Collect code coverage
if: success()
uses: codecov/codecov-action@v3
with:
files: var/lcov.info
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Akismet for JS
![Node.js](https://badgen.net/npm/node/@cedx/akismet) ![npm](https://badgen.net/npm/v/@cedx/akismet) ![License](https://badgen.net/npm/license/@cedx/akismet) ![Downloads](https://badgen.net/npm/dt/@cedx/akismet) ![Coverage](https://badgen.net/codecov/c/github/cedx/akismet.js)
![Node.js](https://badgen.net/npm/node/@cedx/akismet) ![npm](https://badgen.net/npm/v/@cedx/akismet) ![License](https://badgen.net/npm/license/@cedx/akismet) ![Downloads](https://badgen.net/npm/dt/@cedx/akismet)

Prevent comment spam using [Akismet](https://akismet.com) service, in [JavaScript](https://developer.mozilla.org/docs/Web/JavaScript).

Expand Down
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ Before integrating this library into your application, you should [test your API
## See also
- [API reference](api/)
- [npm package](https://www.npmjs.com/package/@cedx/akismet)
- [Code coverage](https://app.codecov.io/gh/cedx/akismet.js)

0 comments on commit 3ad5235

Please sign in to comment.