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 a714ba2 commit d23264aCopy full SHA for d23264a
.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