diff --git a/.github/workflows/gate.yml b/.github/workflows/gate.yml
index 2b3f1a56..53bdc2e6 100644
--- a/.github/workflows/gate.yml
+++ b/.github/workflows/gate.yml
@@ -71,7 +71,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- path-to-lcov: BitFaster.Caching.UnitTests/TestResults/coverage.info
+ path-to-lcov: /Users/runner/work/BitFaster.Caching/BitFaster.Caching/BitFaster.Caching.UnitTests/coverage.info
flag-name: mac
parallel: true
- name: Generate unit test report
diff --git a/BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj b/BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj
index 78758cfe..f2979a29 100644
--- a/BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj
+++ b/BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj
@@ -24,4 +24,8 @@
+
+ true
+ lcov
+
\ No newline at end of file