Skip to content

Conversation

blva
Copy link
Collaborator

@blva blva commented Apr 25, 2025

  • add a boolean value if the user has atlas api keys and if the user has connection string set

@coveralls
Copy link
Collaborator

coveralls commented Apr 25, 2025

Pull Request Test Coverage Report for Build 14670381856

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.6%) to 82.257%

Totals Coverage Status
Change from base Build 14669535461: 0.6%
Covered Lines: 719
Relevant Lines: 827

💛 - Coveralls

@blva blva marked this pull request as ready for review April 25, 2025 17:11
@@ -3,6 +3,7 @@
*/
export type TelemetryResult = "success" | "failure";
export type ServerCommand = "start" | "stop";
export type TelemetryConfigSet = "true" | "false";
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: let's call this a boolean

Suggested change
export type TelemetryConfigSet = "true" | "false";
export type TelemetryBoolSet = "true" | "false";

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

updated!

@blva blva merged commit 3cc473a into main Apr 25, 2025
10 checks passed
@blva blva deleted the telemetry-data-2 branch April 25, 2025 17:59
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.

3 participants