Skip to content

Commit 9cfd125

Browse files
authored
Revert "fix mac coverage collection (#317)" (#322)
This reverts commit 6182959.
1 parent f01b3cc commit 9cfd125

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: coverallsapp/github-action@master
7272
with:
7373
github-token: ${{ secrets.GITHUB_TOKEN }}
74-
path-to-lcov: /Users/runner/work/BitFaster.Caching/BitFaster.Caching/BitFaster.Caching.UnitTests/coverage.info
74+
path-to-lcov: BitFaster.Caching.UnitTests/TestResults/coverage.info
7575
flag-name: mac
7676
parallel: true
7777
- name: Generate unit test report

BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,4 @@
2424
<ProjectReference Include="..\BitFaster.Caching\BitFaster.Caching.csproj" />
2525
</ItemGroup>
2626

27-
<PropertyGroup>
28-
<CollectCoverage>true</CollectCoverage>
29-
<CoverletOutputFormat>lcov</CoverletOutputFormat>
30-
</PropertyGroup>
3127
</Project>

0 commit comments

Comments
 (0)