-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net8 and integration tests #191
Conversation
TTA777
commented
Jul 25, 2023
•
edited
Loading
edited
- Upgraded to .Net8
- Added a new project containing builders for our entities, which should ease the writing of tests
- Added a shared setup for our integration tests
- Added a few integration tests to demonstrate the new setup
SonarCloud Quality Gate failed. 0 Bugs 0.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Notes from meeting today:
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #191 +/- ##
===========================================
+ Coverage 7.90% 11.23% +3.32%
===========================================
Files 163 174 +11
Lines 10129 10238 +109
Branches 461 463 +2
===========================================
+ Hits 801 1150 +349
+ Misses 9310 9066 -244
- Partials 18 22 +4
☔ View full report in Codecov by Sentry. |
9d63026
to
bd35490
Compare
bd35490
to
8ab3271
Compare
SonarCloud Quality Gate failed. 0 Bugs 0.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, very cool, but I must admit I am putting some faith in your code here as it is quite advanced 😅
Alos, remember to update DOTNET_VERSION in core-build.yml.
coffeecard/CoffeeCard.MobilePay.GenerateApi/CoffeeCard.MobilePay.GenerateApi.csproj
Outdated
Show resolved
Hide resolved
coffeecard/CoffeeCard.Tests.Common/Builders/StatisticBuilder.cs
Outdated
Show resolved
Hide resolved
coffeecard/CoffeeCard.Tests.Integration/CoffeeCard.Tests.Integration.csproj
Outdated
Show resolved
Hide resolved
fa9ed52
to
11099b2
Compare
ed620f9
to
675ea38
Compare
…, and integration tests
… withPropertyName for classes tagged with the marking attribute BuilderForAttribute
b21a71f
to
35b07e7
Compare
Quality Gate failedFailed conditions |