Skip to content

Commit e60dbfb

Browse files
committed
CI: Remove uploading coverage results to Codecov for Npgsql
1 parent f849aac commit e60dbfb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/lang-npgsql.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,3 @@ jobs:
8282
- name: Validate by-language/csharp-npgsql, Npgsql ${{ matrix.npgsql-version }}
8383
run: |
8484
ngr test by-language/csharp-npgsql --dotnet-version=${{ matrix.dotnet-version }} --npgsql-version=${{ matrix.npgsql-version }}
85-
86-
# https://github.com/codecov/codecov-action
87-
- name: Upload coverage results to Codecov
88-
uses: codecov/codecov-action@v4
89-
with:
90-
flags: by-language-csharp-npgsql
91-
fail_ci_if_error: false

0 commit comments

Comments
 (0)