Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1a9ec commit ebdb0e8Copy full SHA for ebdb0e8
.github/workflows/ci.yml
@@ -38,11 +38,3 @@ jobs:
38
- name: (coverage) Test
39
run: c8 --include=src npm test
40
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
@@ -1,4 +1,4 @@
1
-# trouter [](https://travis-ci.org/lukeed/trouter)
+# trouter [](https://github.com/lukeed/trouter/actions/workflows/ci.yml)
2
3
> 🐟 A fast, small-but-mighty, familiar ~fish~ router
4
0 commit comments