Skip to content

Commit

Permalink
Enable codecov (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey authored Oct 7, 2024
1 parent 1cc64ff commit 0ecf9bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
strategy:
matrix:
node-version:
Expand All @@ -24,3 +27,4 @@ jobs:
- uses: codecov/codecov-action@v4
with:
name: Node.js ${{ matrix.node-version }}
use_oidc: true
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][node-image]][node-url]
[![Build Status][ci-image]][ci-url]
[![Coverage Status][coveralls-image]][coveralls-url]
[![Coverage Status][coverage-image]][coverage-url]

Basic HTTP cookie parser and serializer for HTTP servers.

Expand Down Expand Up @@ -255,8 +255,8 @@ npm run bench

[ci-image]: https://badgen.net/github/checks/jshttp/cookie/master?label=ci
[ci-url]: https://github.com/jshttp/cookie/actions/workflows/ci.yml
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/cookie/master
[coveralls-url]: https://coveralls.io/r/jshttp/cookie?branch=master
[coverage-image]: https://badgen.net/codecov/c/github/jshttp/cookie/master
[coverage-url]: https://app.codecov.io/gh/jshttp/cookie
[node-image]: https://badgen.net/npm/node/cookie
[node-url]: https://nodejs.org/en/download
[npm-downloads-image]: https://badgen.net/npm/dm/cookie
Expand Down

0 comments on commit 0ecf9bd

Please sign in to comment.