Skip to content

Commit bff0c87

Browse files
committed
chore: remove codecov
1 parent a7c6abc commit bff0c87

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
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

+3-8
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ init:
66

77
environment:
88
matrix:
9-
- nodejs_version: 8
10-
- nodejs_version: 9
11-
- nodejs_version: 10
12-
- nodejs_version: 12
9+
- nodejs_version: 18
10+
- nodejs_version: 20
11+
- nodejs_version: 22
1312

1413
install:
1514
- ps: Install-Product node $env:nodejs_version
@@ -26,7 +25,3 @@ test_script:
2625
- node --version
2726
- npm --version
2827
- cmd: npm test --no-color
29-
30-
after_test:
31-
- "npm i codecov"
32-
- "node_modules/.bin/codecov"

0 commit comments

Comments
 (0)