Skip to content

Commit d13f22b

Browse files
Merge pull request #254 from sandstreamdev/drop-covecov-and-build-on-recent-node-js
Drop Codecov and build on recent Node.js version
2 parents d743eb1 + b259842 commit d13f22b

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Diff for: .github/workflows/nodejs.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [10.x, 12.x]
11+
node-version: [10.x, 12.x, 20.x]
1212

1313
steps:
1414
- uses: actions/checkout@v1
@@ -23,8 +23,4 @@ jobs:
2323
npm test
2424
env:
2525
CI: true
26-
- name: Upload coverage to Codecov
27-
uses: codecov/[email protected]
28-
with:
29-
token: ${{secrets.CODECOV_TOKEN}}
30-
file: ./coverage/clover.xml
26+

Diff for: .nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.12.2

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<hr />
1515

1616
[![Actions Status](https://github.com/sandstreamdev/react-swipeable-list/workflows/Node%20CI/badge.svg)](https://github.com/sandstreamdev/react-swipeable-list/actions)
17-
[![codecov](https://codecov.io/gh/sandstreamdev/react-swipeable-list/branch/master/graph/badge.svg)](https://codecov.io/gh/sandstreamdev/react-swipeable-list)
1817
![GitHub Release Date](https://img.shields.io/github/release-date/sandstreamdev/react-swipeable-list)
1918
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
2019

0 commit comments

Comments
 (0)