We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a1597 commit 8a54478Copy full SHA for 8a54478
.github/workflows/build-and-test.yml
@@ -26,6 +26,7 @@ jobs:
26
uses: coverallsapp/github-action@1.1.3
27
with:
28
github-token: ${{ secrets.GITHUB_TOKEN }}
29
+ path-to-lcov: ./packages/purgecss/coverage/lcov.info
30
env:
31
CI: true
32
0 commit comments