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 f849aac commit e60dbfbCopy full SHA for e60dbfb
.github/workflows/lang-npgsql.yml
@@ -82,10 +82,3 @@ jobs:
82
- name: Validate by-language/csharp-npgsql, Npgsql ${{ matrix.npgsql-version }}
83
run: |
84
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