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 e7ed832 commit 7d235adCopy full SHA for 7d235ad
.github/workflows/ci.yml
@@ -27,3 +27,6 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
- run: npm install
29
- run: npm test
30
+ - name: Upload coverage
31
+ if: matrix.node-version == '18'
32
+ uses: coverallsapp/github-action@v2
0 commit comments