Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebdb0e8

Browse files
committed
chore: readme ci badge
1 parent 9f1a9ec commit ebdb0e8

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,3 @@ jobs:
3838
- name: (coverage) Test
3939
run: c8 --include=src npm test
4040
if: matrix.nodejs >= 18
41-
42-
- name: (coverage) Report
43-
if: matrix.nodejs >= 18
44-
run: |
45-
c8 report --reporter=text-lcov > coverage.lcov
46-
bash <(curl -s https://codecov.io/bash)
47-
env:
48-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trouter [![Build Status](https://badgen.now.sh/travis/lukeed/trouter)](https://travis-ci.org/lukeed/trouter)
1+
# trouter [![CI](https://github.com/lukeed/trouter/actions/workflows/ci.yml/badge.svg)](https://github.com/lukeed/trouter/actions/workflows/ci.yml)
22

33
> 🐟 A fast, small-but-mighty, familiar ~fish~ router
44

0 commit comments

Comments
 (0)