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 2c044e8 commit 9022fe0Copy full SHA for 9022fe0
1 file changed
.github/workflows/build-release.yml
@@ -36,7 +36,7 @@ jobs:
36
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
37
38
- name: List files
39
- run: ls -alh tests
+ run: ls -alh tests/DispatchR.IntegrationTest
40
41
- name: Upload Coverage to Codecov
42
uses: codecov/codecov-action@v5
0 commit comments