Skip to content

Commit 8bceec3

Browse files
authored
Update dotnet.yml
1 parent e8697bd commit 8bceec3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ jobs:
3535

3636
- name: Copy coverage files
3737
run: |
38-
mkdir ${{ github.workspace }}/coverage
38+
mkdir '${{ github.workspace }}/coverage'
3939
find . -name "*.opencover.xml" -exec sh -c 'cp "$0" "coverage/coverage-$(basename $0)"' {} \;
40+
41+
- name: List coverage files
42+
run: ls '${{ github.workspace }}/coverage/'
4043

4144
- name: SonarCloud Scan
4245
uses: sonarsource/sonarcloud-github-action@master

0 commit comments

Comments
 (0)