Skip to content

Commit 9022fe0

Browse files
committed
✨ Update build-release.yml to list files in the DispatchR.IntegrationTest directory before uploading coverage to Codecov
1 parent 2c044e8 commit 9022fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
3737

3838
- name: List files
39-
run: ls -alh tests
39+
run: ls -alh tests/DispatchR.IntegrationTest
4040

4141
- name: Upload Coverage to Codecov
4242
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)