Skip to content

Commit df45b4a

Browse files
committed
chore: remove codecov
1 parent c98f428 commit df45b4a

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Use Node.js ${{ matrix.node-version }}
17-
uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v4
1817
with:
1918
node-version: ${{ matrix.node-version }}
2019

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cross-spawn
22

3-
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Build status][appveyor-image]][appveyor-url] [![Coverage Status][codecov-image]][codecov-url]
3+
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Build status][appveyor-image]][appveyor-url]
44

55
[npm-url]:https://npmjs.org/package/cross-spawn
66
[downloads-image]:https://img.shields.io/npm/dm/cross-spawn.svg
@@ -9,8 +9,6 @@
99
[ci-image]:https://github.com/moxystudio/node-cross-spawn/actions/workflows/ci.yaml/badge.svg
1010
[appveyor-url]:https://ci.appveyor.com/project/satazor/node-cross-spawn
1111
[appveyor-image]:https://img.shields.io/appveyor/ci/satazor/node-cross-spawn/master.svg
12-
[codecov-url]:https://codecov.io/gh/moxystudio/node-cross-spawn
13-
[codecov-image]:https://img.shields.io/codecov/c/github/moxystudio/node-cross-spawn/master.svg
1412

1513
A cross platform solution to node's spawn and spawnSync.
1614

appveyor.yml

-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ test_script:
2626
- node --version
2727
- npm --version
2828
- cmd: npm test --no-color
29-
30-
after_test:
31-
- "npm i codecov"
32-
- "node_modules/.bin/codecov"

0 commit comments

Comments
 (0)