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

feat: Add sessions #3

Merged
merged 7 commits into from
Nov 22, 2023
Merged

feat: Add sessions #3

merged 7 commits into from
Nov 22, 2023

Conversation

dustinblackman
Copy link
Owner

No description provided.

@coveralls
Copy link

coveralls commented Nov 22, 2023

Pull Request Test Coverage Report for Build 6958289616

  • 3 of 385 (0.78%) changed or added relevant lines in 9 files are covered.
  • 3 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-7.4%) to 40.279%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/domain/models/backend.rs 0 1 0.0%
src/domain/models/session.rs 0 2 0.0%
src/config.rs 0 3 0.0%
src/application/ui.rs 0 5 0.0%
src/main.rs 0 32 0.0%
src/domain/services/app_state.rs 0 70 0.0%
src/domain/services/sessions.rs 0 96 0.0%
src/application/cli.rs 0 173 0.0%
Files with Coverage Reduction New Missed Lines %
src/domain/services/app_state.rs 1 37.4%
src/application/cli.rs 2 0.0%
Totals Coverage Status
Change from base Build 6958257179: -7.4%
Covered Lines: 837
Relevant Lines: 2078

💛 - Coveralls

@dustinblackman dustinblackman force-pushed the sessions branch 2 times, most recently from d57cb74 to 1c71014 Compare November 22, 2023 04:35
@dustinblackman dustinblackman force-pushed the sessions branch 3 times, most recently from 8ceccfb to fe9ee98 Compare November 22, 2023 13:40
@dustinblackman dustinblackman marked this pull request as ready for review November 22, 2023 21:13
@dustinblackman dustinblackman merged commit c7d4bed into main Nov 22, 2023
@dustinblackman dustinblackman deleted the sessions branch November 22, 2023 21:13
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