diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a71257a..d7da2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: './test/MoreDotNet.Test/coverage.info' \ No newline at end of file + path-to-lcov: './test/MoreDotNet.Test/TestResults/coverage.info' \ No newline at end of file