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

Archunit #143

Merged
merged 1 commit into from
Sep 4, 2020
Merged

Archunit #143

merged 1 commit into from
Sep 4, 2020

Conversation

Felipe444
Copy link
Collaborator

No description provided.

private Environment toEnvironment(EnvironmentTuple environmentTuple) {
Set<Space> spaces = new HashSet<>();

environmentTuple.getServiceVersions()

Choose a reason for hiding this comment

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

a lot of nested streams here, i would try to simplify this or at least extract some parts to separate methods

@coveralls
Copy link

coveralls commented Sep 4, 2020

Pull Request Test Coverage Report for Build 572

  • 53 of 54 (98.15%) changed or added relevant lines in 9 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.1%) to 96.759%

Changes Missing Coverage Covered Lines Changed/Added Lines %
judge-d-server/src/main/java/com/hltech/judged/server/domain/environment/Environment.java 11 12 91.67%
Totals Coverage Status
Change from base Build 567: -0.1%
Covered Lines: 597
Relevant Lines: 617

💛 - Coveralls

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