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 3ebc0c3 commit 35dc9e1Copy full SHA for 35dc9e1
.github/workflows/ci.yml
@@ -181,7 +181,7 @@ jobs:
181
run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
182
working-directory: ./src
183
184
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v3.1.1
185
with:
186
token: ${{ secrets.CODECOV_TOKEN }}
187
directory: "src/${{ env.TEST_RESULTS }}"
0 commit comments