From 2b7fedac1d86d0827a657109c633286890dc8eeb Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 6 May 2024 02:07:46 +0700 Subject: [PATCH] Fix CI --- .github/workflows/main.yml | 3 ++- readme.md | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 845b7e8..06a408c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,8 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install --force - run: npm test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: matrix.node-version == 18 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/readme.md b/readme.md index fa30eac..9468a08 100644 --- a/readme.md +++ b/readme.md @@ -5,8 +5,6 @@

[![Coverage Status](https://codecov.io/gh/sindresorhus/ow/branch/main/graph/badge.svg)](https://codecov.io/gh/sindresorhus/ow) -[![gzip size](https://badgen.net/bundlephobia/minzip/ow)](https://bundlephobia.com/result?p=ow) -[![install size](https://packagephobia.now.sh/badge?p=ow)](https://packagephobia.now.sh/result?p=ow) > Function argument validation for humans