We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d06d7 commit fda4759Copy full SHA for fda4759
.github/workflows/build.yml
@@ -36,4 +36,6 @@ jobs:
36
run: dotnet test -c Release --no-build --logger GitHubActions
37
38
- name: Upload coverage reports to Codecov with GitHub Action
39
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
40
+ with:
41
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments