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 28e68bf commit 3db311aCopy full SHA for 3db311a
.github/workflows/gate.yml
@@ -37,9 +37,9 @@ jobs:
37
path-to-lcov: src/BitFaster.Caching.DependencyInjection.UnitTests/TestResults/coverage.info
38
- name: Generate test report
39
uses: phoenix-actions/test-reporting@v8
40
- id: test-report
+ id: unit-test-report
41
if: success() || failure()
42
with:
43
- name: tests
+ name: test report
44
path: src/BitFaster.Caching.DependencyInjection.UnitTests/TestResults/results.trx
45
reporter: dotnet-trx
0 commit comments