Skip to content

Commit

Permalink
Update dotnet-build-and-test.yaml
Browse files Browse the repository at this point in the history
Stop uploading to codeconv
  • Loading branch information
halgari authored Jan 26, 2024
1 parent b9253ed commit c8f35d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dotnet-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,3 @@ jobs:

- name: Test
run: dotnet test ${{ inputs.project-file }} --no-restore --verbosity normal --filter "${{ inputs.test-filter }}" --logger "${{ inputs.test-logger }}" --collect:"${{ inputs.coverage-collector }}" ${{ inputs.extra-test-args }}

- uses: codecov/codecov-action@v3
if: inputs.use-codecov
with:
flags: ${{ runner.os }}${{ inputs.codecov-flags }}
verbose: true

0 comments on commit c8f35d7

Please # to comment.