-
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
feat(tests): typescript optimizations and ci tests #8
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oycyc
changed the title
feat: typescript optimizations and ci tests
feat(tests): typescript optimizations and ci tests
Aug 21, 2024
Below is the Action testing on itself with this PR's source code against the
|
File | Status | Passed | Total | Coverage | Details |
---|---|---|---|---|---|
./examples/tests/ignore-changes-outside-root_test.rego | ✅ PASS | 12 | 12 | 92.86% Uncovered Lines40 |
Show Details✅ data.spacelift.test_affected_no_files✅ data.spacelift.test_affected_tf_files ✅ data.spacelift.test_affected_no_tf_files ✅ data.spacelift.test_affected_outside_project_root ✅ data.spacelift.test_ignore_affected ✅ data.spacelift.test_ignore_not_affected ✅ data.spacelift.test_ignore_tag ✅ data.spacelift.test_propose_affected ✅ data.spacelift.test_propose_not_affected ✅ data.spacelift.test_track_affected ✅ data.spacelift.test_track_not_affected ✅ data.spacelift.test_track_not_stack_branch |
./examples/tests/track-using-labels_test.rego | ✅ PASS | 8 | 8 | 45.45% Uncovered Lines3, 5, 12-13, 23-26, 35, 37-38, 41 |
Show Details✅ data.spacelift.test_track_different_branches✅ data.spacelift.test_propose_non_empty_branch ✅ data.spacelift.test_propose_empty_branch ✅ data.spacelift.test_affected_directory ✅ data.spacelift.test_affected_extension ✅ data.spacelift.test_not_affected_directory ✅ data.spacelift.test_not_affected_extension ✅ data.spacelift.test_ignore_not_affected |
./examples/tests/enforce-password-length_test.rego | ✅ PASS | 3 | 3 | 90.91% Uncovered Lines29 |
Show Details✅ data.spacelift.test_deny_creation_of_password_with_less_than_16_characters✅ data.spacelift.test_warn_creation_of_password_between_16_and_20_characters ✅ data.spacelift.test_allow_creation_of_password_longer_than_20_characters |
./examples/tests/notification-stack-failure-origins_test.rego | ✅ PASS | 7 | 7 | 96.67% Uncovered Lines80 |
Show Details✅ data.spacelift.test_slack_notification_for_tracked_failed_run✅ data.spacelift.test_no_slack_notification_for_non_tracked_run ✅ data.spacelift.test_no_slack_notification_for_successful_run ✅ data.spacelift.test_slack_notification_with_unknown_github_user ✅ data.spacelift.test_pr_comment_for_tracked_failed_run ✅ data.spacelift.test_no_pr_comment_for_non_tracked_run ✅ data.spacelift.test_no_pr_comment_for_successful_run |
./examples/tests/enforce-module-use-policy_test.rego | ✅ PASS | 4 | 4 | 47.83% Uncovered Lines37, 42, 46, 52, 54, 57, 60-61, 64, 68, 78, 80 |
Show Details✅ data.spacelift.test_deny_creation_of_controlled_resource_type✅ data.spacelift.test_deny_update_of_controlled_resource_type ✅ data.spacelift.test_allow_deletion_of_controlled_resource_type ✅ data.spacelift.test_allow_creation_of_uncontrolled_resource_type |
./examples/tests/readers-writers-admins-teams_test.rego | ✅ PASS | 6 | 6 | 83.33% Uncovered Lines16, 24, 28 |
Show Details✅ data.spacelift_test.test_allow_writers✅ data.spacelift_test.test_allow_admins ✅ data.spacelift_test.test_allow_readers ✅ data.spacelift_test.test_space_admin_access ✅ data.spacelift_test.test_space_write_access ✅ data.spacelift_test.test_space_read_access |
./examples/tests/cancel-in-progress-runs_test.rego | ✅ PASS | 2 | 2 | 83.33% Uncovered Lines16 |
Show Details✅ data.spacelift.test_cancel_runs_allowed✅ data.spacelift.test_cancel_runs_denied |
./examples/tests/do-not-delete-stateful-resources_test.rego | ✅ PASS | 5 | 5 | 85.71% Uncovered Lines34 |
Show Details✅ data.spacelift.test_deny_s3_bucket_deletion✅ data.spacelift.test_deny_db_instance_deletion ✅ data.spacelift.test_deny_efs_file_system_deletion ✅ data.spacelift.test_deny_dynamodb_table_deletion ✅ data.spacelift.test_allow_instance_deletion |
./examples/drift-detection.rego | 0 | 0 | N/A | Show DetailsNo test file found |
Coverage report
Show new covered files 🐣
Test suite run success19 tests passing in 1 suite. Report generated by 🧪jest coverage report action from a698985 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.