diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38163d8..b65b625 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,7 @@ jobs: - uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} + path-to-lcov: .coverage - run: make lint - run: make benchmark - run: cd website; python build_rules.py