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 21ec97b commit 2b7527bCopy full SHA for 2b7527b
.github/workflows/ci.yml
100755
100644
@@ -187,7 +187,7 @@ jobs:
187
run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
188
working-directory: ./src
189
190
- - uses: codecov/codecov-action@v3.1.1
+ - uses: codecov/codecov-action@v3.1.4
191
with:
192
token: ${{ secrets.CODECOV_TOKEN }}
193
directory: "src/"
0 commit comments