Skip to content

Commit

Permalink
CI: Remove uploading coverage results to Codecov for Npgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 27, 2024
1 parent f849aac commit b228c7e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lang-npgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,3 @@ jobs:
- name: Validate by-language/csharp-npgsql, Npgsql ${{ matrix.npgsql-version }}
run: |
ngr test by-language/csharp-npgsql --dotnet-version=${{ matrix.dotnet-version }} --npgsql-version=${{ matrix.npgsql-version }}
# https://github.com/codecov/codecov-action
- name: Upload coverage results to Codecov
uses: codecov/codecov-action@v4
with:
flags: by-language-csharp-npgsql
fail_ci_if_error: false

0 comments on commit b228c7e

Please sign in to comment.