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 6ab2584 commit 6fe7f0fCopy full SHA for 6fe7f0f
.github/workflows/build.yml
@@ -22,7 +22,11 @@ jobs:
22
node-version: lts/*
23
- run: npm install
24
- run: npm run test:coverage
25
- - run: npx codecov
+ - uses: codecov/codecov-action@v3
26
+ with:
27
+ token: ${{ secrets.CODECOV_TOKEN }}
28
+ directory: tests/coverage
29
+
30
release:
31
name: release
32
runs-on: ubuntu-latest
.github/workflows/pull-request.yml
@@ -19,4 +19,7 @@ jobs:
19
20
21
0 commit comments