Skip to content

Commit 6765c5c

Browse files
Update testDotnetPostgres.yml
1 parent b7d8521 commit 6765c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testDotnetPostgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
--connection "$ConnectionStrings__LocalDatabase"
8282
8383
- name: Test
84-
run: dotnet test -c $CONFIGURATION --collect:"XPlat Code Coverage" --results-directory ./coverage
84+
run: dotnet test -c $CONFIGURATION --collect:"XPlat Code Coverage" --results-directory ./coverage /p:ExcludeByFile="**/*Migrations/*.cs"
8585

8686
- name: Code Coverage Report
8787
uses: irongut/[email protected]

0 commit comments

Comments
 (0)