Skip to content

Commit

Permalink
infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasSirotek committed Nov 16, 2023
1 parent 5772e69 commit 6e846c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Test solution
run: dotnet test --no-build -c Release --verbosity normal
/p:CollectCoverage=true
/p:Include="[SkillSphere.Domain]*?%2c[skillSphere.Application]*?%2c[SkillSphere.Infrastructure]*?%2c[SkillSphere.Web]*"
/p:Include="[SkillSphere.Domain]*?%2c[skillSphere.Application]*?%2c[SkillSphere.Web]*"
/p:CoverletOutput=.coverage/
/p:CoverletOutputFormat=lcov

Expand Down

0 comments on commit 6e846c9

Please sign in to comment.