Skip to content

Commit 8b76722

Browse files
committed
exclude src gen code
1 parent e048021 commit 8b76722

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/develop.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
run: dotnet test -c Debug --no-build -v n --filter-trait Category=Unit
5454
- name: Integration Tests
5555
run: |
56-
dotnet test --project tests/HydraScript.IntegrationTests -c Debug --no-build -v n --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml
56+
dotnet test --project tests/HydraScript.IntegrationTests `
57+
-c Debug --no-build -v n `
58+
--coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml `
59+
--exclude-by-attribute 'GeneratedCode'
5760
mkdir coverage-report
5861
- name: Code Coverage Summary Report For Merge Request
5962
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)