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.
csharp-npgsql
1 parent 1dbc684 commit 680e059Copy full SHA for 680e059
.github/workflows/tests-npgsql.yml
@@ -50,19 +50,19 @@ jobs:
50
- name: Invoke tests on netcoreapp3.1
51
if: matrix.dotnet-version == '3.1.x'
52
run: |
53
- cd spikes/npgsql-vanilla
+ cd by-language/csharp-npgsql
54
dotnet test --framework=netcoreapp3.1
55
56
- name: Invoke tests on net5.0
57
if: matrix.dotnet-version == '5.0.x'
58
59
60
dotnet test --framework=net5.0
61
62
- name: Run tests with coverage
63
64
65
66
dotnet test --framework=net5.0 --collect:"XPlat Code Coverage"
67
68
# https://github.com/codecov/codecov-action
0 commit comments