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

Adjust static calls in multiple rules #162

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Adjust static calls in multiple rules #162

merged 1 commit into from
Apr 12, 2024

Conversation

SmetDenis
Copy link
Member

This commit removes the redundant artifact upload step from the GitHub Actions workflow as it was unnecessary for the process. Also, the self::compare() calls have been replaced with static::compare() in AbstractAggregateRuleCombo, AbstractCellRuleCombo, and the pattern for BIC number verification in IsBic rule has been updated for better matching. Changes also include commenting on the NOSONAR issue where applicable.

This commit removes the redundant artifact upload step from the GitHub Actions workflow as it was unnecessary for the process. Also, the self::compare() calls have been replaced with static::compare() in AbstractAggregateRuleCombo, AbstractCellRuleCombo, and the pattern for BIC number verification in IsBic rule has been updated for better matching. Changes also include commenting on the NOSONAR issue where applicable.
Copy link

github-actions bot commented Apr 12, 2024

Pull Request Test Coverage Report for Build 8663394120

Details

  • 4 of 4 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.972%

Totals Coverage Status
Change from base Build 8663205494: 0.0%
Covered Lines: 3312
Relevant Lines: 3451

💛 - Coveralls

@SmetDenis SmetDenis merged commit a9f2700 into master Apr 12, 2024
12 checks passed
@SmetDenis SmetDenis deleted the fix-code-smells branch April 12, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant