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 f01b3cc commit 9cfd125Copy full SHA for 9cfd125
.github/workflows/gate.yml
@@ -71,7 +71,7 @@ jobs:
71
uses: coverallsapp/github-action@master
72
with:
73
github-token: ${{ secrets.GITHUB_TOKEN }}
74
- path-to-lcov: /Users/runner/work/BitFaster.Caching/BitFaster.Caching/BitFaster.Caching.UnitTests/coverage.info
+ path-to-lcov: BitFaster.Caching.UnitTests/TestResults/coverage.info
75
flag-name: mac
76
parallel: true
77
- name: Generate unit test report
BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj
@@ -24,8 +24,4 @@
24
<ProjectReference Include="..\BitFaster.Caching\BitFaster.Caching.csproj" />
25
</ItemGroup>
26
27
- <PropertyGroup>
28
- <CollectCoverage>true</CollectCoverage>
29
- <CoverletOutputFormat>lcov</CoverletOutputFormat>
30
- </PropertyGroup>
31
</Project>
0 commit comments