Skip to content

Commit

Permalink
chore: readme ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Dec 4, 2023
1 parent 9f1a9ec commit ebdb0e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,3 @@ jobs:
- name: (coverage) Test
run: c8 --include=src npm test
if: matrix.nodejs >= 18

- name: (coverage) Report
if: matrix.nodejs >= 18
run: |
c8 report --reporter=text-lcov > coverage.lcov
bash <(curl -s https://codecov.io/bash)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# trouter [![Build Status](https://badgen.now.sh/travis/lukeed/trouter)](https://travis-ci.org/lukeed/trouter)
# trouter [![CI](https://github.com/lukeed/trouter/actions/workflows/ci.yml/badge.svg)](https://github.com/lukeed/trouter/actions/workflows/ci.yml)

> 🐟 A fast, small-but-mighty, familiar ~fish~ router
Expand Down

0 comments on commit ebdb0e8

Please sign in to comment.