Skip to content

Commit

Permalink
ci: exclude migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabing010102 committed Jan 11, 2024
1 parent 6bd6941 commit b2f5b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Test
run: >
dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
/p:ExcludeByFile="**/*Migrations/*.cs"
-e DB_CONN_STR="server=localhost;port=3306;Database=dev_db;Uid=dev_user;Pwd=dev_pass;SslMode=None;"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit b2f5b44

Please sign in to comment.