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

Isolate all e2e tests #131

Merged
merged 6 commits into from
Oct 31, 2024
Merged

Isolate all e2e tests #131

merged 6 commits into from
Oct 31, 2024

Conversation

shimisnow
Copy link
Owner

No description provided.

@shimisnow shimisnow added ci changes to CI configuration files and scripts build changes that affect the build system or external dependencies labels Oct 31, 2024
@shimisnow shimisnow self-assigned this Oct 31, 2024
Copy link

📦 Shared

Code Coverage

Package Line Rate Branch Rate Health
guards 99% 80%
guards.mocks 83% 100%
Summary 97% (104 / 107) 81% (47 / 58)

📦 Auth Service

Code Coverage

Package Line Rate Branch Rate Health
auth 92% 89%
auth.repositories.user-auths 91% 100%
database.entities 81% 100%
database.enums 100% 100%
utils.logging 100% 100%
Summary 92% (164 / 179) 89% (42 / 47)

📦 Financial Service

Code Coverage

Package Line Rate Branch Rate Health
src 0% 100%
src.app.balance 98% 100%
src.app.balance.repositories 97% 50%
src.app.database.entities 89% 100%
src.app.database.enums 100% 100%
src.app.transaction 96% 83%
src.app.transaction.repositories.accounts 100% 83%
src.app.transaction.repositories.transactions 78% 100%
src.app.user 100% 100%
src.app.user.repositories.accounts 100% 100%
Summary 93% (182 / 195) 86% (19 / 22)

📦 User Service

Code Coverage

Package Line Rate Branch Rate Health
addresses 89% 25%
countries 90% 0%
database.enums 100% 100%
legal-docs 89% 25%
phones 89% 25%
social-medias 90% 25%
users 84% 67%
utils 83% 92%
Summary 89% (212 / 238) 65% (28 / 43)

⛔️ This comment can be replaced by Github Actions. Do not quote or react to it.

@shimisnow shimisnow merged commit 25e5c75 into main Oct 31, 2024
9 checks passed
@shimisnow shimisnow deleted the issue-130 branch October 31, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build changes that affect the build system or external dependencies ci changes to CI configuration files and scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Isolate all e2e tests so that it does not need to compile the code beforehand
1 participant