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 f25af65 commit 8171bacCopy full SHA for 8171bac
.github/workflows/main.yml
@@ -14,10 +14,10 @@ jobs:
14
bun-version: latest
15
- run: bun i
16
- run: bun run lint
17
- - run: bun test --coverage
+ - run: bun test --coverage --coverage-reporter=lcov
18
- name: Coveralls
19
if: github.ref == 'refs/heads/master'
20
uses: coverallsapp/github-action@master
21
with:
22
github-token: ${{ secrets.GITHUB_TOKEN }}
23
- path-to-lcov: ./coverage.lcov
+ path-to-lcov: ./coverage/lcov.info
0 commit comments