Skip to content
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

Add run unit tests in pipeline #102

Merged
merged 50 commits into from
Feb 27, 2025

Conversation

CidHighwindVII
Copy link
Contributor

Context

What was done

run: dotnet build Cmf.CustomerPortal.Sdk.sln --no-restore --configuration Release
# Run Unit Tests
- name: Run Unit Tests
run: dotnet test Cmf.CustomerPortal.Sdk.sln --no-build --no-restore --configuration Release --collect:"XPlat Code Coverage" --logger trx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case there's no need for the coverage

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@vitorpmoreira
Copy link
Contributor

There's still the duplicated "Cmf.CustomerPortal.Sdk.Common" in the summary

Copy link

Code Coverage

Package Line Rate Branch Rate Health
Cmf.CustomerPortal.Sdk.Common 8% 9%
Summary 8% (107 / 1338) 9% (34 / 388)

Minimum allowed line rate is 7%

@CidHighwindVII CidHighwindVII merged commit c2e1da0 into main Feb 27, 2025
1 check passed
@CidHighwindVII CidHighwindVII deleted the main-123694-PortalSDKUnitTestsInPipeline branch February 27, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants