-
Notifications
You must be signed in to change notification settings - Fork 0
Test project board #3
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
Open
espinu
wants to merge
25
commits into
main
Choose a base branch
from
test-project-board
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
06c0dc0
WIP
espinu 7bfe243
WIP
espinu 56e60b7
WIP
espinu 59a65f8
WIP
espinu 01579aa
tmp
espinu b5ffb2c
cvb
espinu 691ab84
fg
espinu dd4340a
fgh
espinu a27fd14
df
espinu 79c32ab
df
espinu 1eb3161
cv
espinu 755827e
dfgh
espinu 3f3e5ac
fg
espinu ef96709
df
espinu ac1c2af
dfg
espinu d5e4965
dfg
espinu 1b7cc76
dfg
espinu c62c97f
dfg
espinu bc0e452
sdf
espinu 4268879
cc
espinu 8020f2b
dfg
espinu 1a39cff
vbn
espinu 9638275
WIP
espinu af71cf0
dfg
espinu ce3718d
sdf
espinu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| Story ID: | ||
|
|
||
| Background: | ||
|
|
||
| What has been done: | ||
|
|
||
| How to test: | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| name: code_coverage | ||
|
|
||
| on: | ||
| pull_request: | ||
| types: [opened, synchronize, reopened] | ||
| branches: [main] | ||
|
|
||
| jobs: | ||
| metrics: | ||
| name: Run Metrics | ||
| runs-on: [self-hosted] | ||
|
|
||
| steps: | ||
| - name: Show PR number | ||
| env: | ||
| PR_NUMBER: ${{ github.event.pull_request.number }} | ||
| PR_BASE: ${{ github.event.pull_request.base.ref }} | ||
| PR_HEAD: ${{ github.event.pull_request.head.ref }} | ||
| run: echo "The PR number is $PR_NUMBER, the base is $PR_BASE, the head is $PR_HEAD" | ||
|
|
||
| - uses: actions/checkout@v2 | ||
| - name: Run Metrics through fastlane | ||
| run: bundle exec fastlane code_coverage | ||
| env: | ||
| DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }} |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,138 @@ | ||
| included: | ||
| - Test-CI | ||
| excluded: | ||
| - Test-CITests | ||
| - Pods | ||
| - fastlane | ||
| opt_in_rules: | ||
| - array_init | ||
| - block_based_kvo | ||
| - closing_brace | ||
| - closure_end_indentation | ||
| - closure_parameter_position | ||
| - closure_spacing | ||
| - colon | ||
| - comma | ||
| - compiler_protocol_init | ||
| - control_statement | ||
| - cyclomatic_complexity | ||
| - discarded_notification_center_observer | ||
| - discouraged_direct_init | ||
| - discouraged_optional_boolean | ||
| - dynamic_inline | ||
| - empty_count | ||
| - empty_parameters | ||
| - empty_parentheses_with_trailing_closure | ||
| - explicit_init | ||
| - fallthrough | ||
| - fatal_error_message | ||
| - first_where | ||
| - for_where | ||
| - force_try | ||
| - force_unwrapping | ||
| - implicit_getter | ||
| - implicitly_unwrapped_optional | ||
| - joined_default_parameter | ||
| - large_tuple | ||
| - leading_whitespace | ||
| - legacy_cggeometry_functions | ||
| - legacy_constant | ||
| - legacy_constructor | ||
| - legacy_nsgeometry_functions | ||
| - literal_expression_end_indentation | ||
| - mark | ||
| - multiline_arguments | ||
| - multiline_parameters | ||
| - multiple_closures_with_trailing_closure | ||
| - notification_center_detachment | ||
| - opening_brace | ||
| - operator_usage_whitespace | ||
| - operator_whitespace | ||
| - overridden_super_call | ||
| - quick_discouraged_call | ||
| - quick_discouraged_focused_test | ||
| - quick_discouraged_pending_test | ||
| - redundant_discardable_let | ||
| - redundant_nil_coalescing | ||
| - redundant_optional_initialization | ||
| - redundant_string_enum_value | ||
| - redundant_void_return | ||
| - return_arrow_whitespace | ||
| - shorthand_operator | ||
| - single_test_class | ||
| - sorted_first_last | ||
| - statement_position | ||
| - superfluous_disable_command | ||
| - switch_case_alignment | ||
| - syntactic_sugar | ||
| - trailing_comma | ||
| - trailing_newline | ||
| - trailing_semicolon | ||
| - unneeded_parentheses_in_closure_argument | ||
| - unused_closure_parameter | ||
| - unused_enumerated | ||
| - unused_optional_binding | ||
| - vertical_parameter_alignment | ||
| - vertical_parameter_alignment_on_call | ||
| - vertical_whitespace | ||
| - weak_delegate | ||
| - yoda_condition | ||
|
|
||
|
|
||
|
|
||
|
|
||
| disabled_rules: | ||
| - class_delegate_protocol | ||
| - conditional_returns_on_newline | ||
| - contains_over_first_not_nil | ||
| - discouraged_object_literal | ||
| - explicit_acl | ||
| - explicit_enum_raw_value | ||
| - explicit_top_level_acl | ||
| - explicit_type_interface | ||
| - extension_access_modifier | ||
| - force_cast | ||
| - function_parameter_count | ||
| - generic_type_name | ||
| - is_disjoint | ||
| - let_var_whitespace | ||
| - line_length | ||
| - nesting | ||
| - nimble_operator | ||
| - no_extension_access_modifier | ||
| - no_grouping_extension | ||
| - number_separator | ||
| - object_literal | ||
| - override_in_extension | ||
| - pattern_matching_keywords | ||
| - prefixed_toplevel_constant | ||
| - private_action | ||
| - private_outlet | ||
| - private_over_fileprivate | ||
| - private_unit_test | ||
| - prohibited_super_call | ||
| - protocol_property_accessors_order | ||
| - required_enum_case | ||
| - sorted_imports | ||
| - strict_fileprivate | ||
| - switch_case_on_newline | ||
| - todo | ||
| - trailing_closure | ||
| - trailing_whitespace | ||
| - type_name | ||
| - unneeded_break_in_switch | ||
| - valid_ibinspectable | ||
| - void_return | ||
| - xctfail_message | ||
| - implicit_return | ||
| - empty_enum_arguments | ||
| - identifier_name | ||
|
|
||
| function_body_length: | ||
| - 30 #warning | ||
| - 100 #error | ||
|
|
||
| cyclomatic_complexity: | ||
| - 5 #warning | ||
|
|
||
|
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some coments