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 01d27db commit 624cae9Copy full SHA for 624cae9
.github/workflows/gate.yml
@@ -94,6 +94,14 @@ jobs:
94
name: test-results-win6-std
95
path: BitFaster.Caching.UnitTests.Std/TestResults/results6.trx
96
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
+
105
- name: Test (9.0)
106
run: dotnet test --no-restore --verbosity normal -f net9.0 /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov --logger "trx;LogFileName=results9.trx"
107
- name: Upload test results (9.0)
0 commit comments