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 5d478db commit d0dc390Copy full SHA for d0dc390
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
145
working-directory: ./src
146
147
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v3
148
with:
149
token: ${{ secrets.CODECOV_TOKEN }}
150
directory: "src/${{ env.TEST_RESULTS }}"
0 commit comments