Skip to content

Commit

Permalink
Remove Coverlet variables
Browse files Browse the repository at this point in the history
Those variables were used as a temporarily solution to a regression bug of .NET 7.0.100.
For more info:
- [coverlet.msbuild not working on .net 7](coverlet-coverage/coverlet#1391)
- [dotnet test does not forward MSBuild properties to msbuild in .NET 7 RC1]microsoft/vstest#4014
  • Loading branch information
MichaelZaslavsky committed Dec 29, 2022
1 parent 6555baf commit 6739a47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SocialEventManager/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ services:
- Email__UserName=${EMAIL__USERNAME}
- Email__Password=${EMAIL__PASSWORD}
- Email__Host=${EMAIL__HOST}
- CollectCoverage=true
- CoverletOutputFormat=lcov
volumes:
- .:/home/runner/work/social-event-manager/social-event-manager/SocialEventManager
- .:/tests
Expand Down

0 comments on commit 6739a47

Please sign in to comment.