Skip to content

Commit 624cae9

Browse files
author
Alex Peck
committed
publish coverage for net6
1 parent 01d27db commit 624cae9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/gate.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ jobs:
9494
name: test-results-win6-std
9595
path: BitFaster.Caching.UnitTests.Std/TestResults/results6.trx
9696

97+
- name: Publish coverage report to coveralls.io (6.0)
98+
uses: coverallsapp/github-action@master
99+
with:
100+
github-token: ${{ secrets.GITHUB_TOKEN }}
101+
path-to-lcov: BitFaster.Caching.UnitTests/TestResults/coverage.net6.0.info
102+
flag-name: win6
103+
parallel: true
104+
97105
- name: Test (9.0)
98106
run: dotnet test --no-restore --verbosity normal -f net9.0 /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov --logger "trx;LogFileName=results9.trx"
99107
- name: Upload test results (9.0)

0 commit comments

Comments
 (0)