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

Detect clones for the whole project on demand (#143) #148

Closed
wants to merge 28 commits into from

Conversation

lamtev
Copy link
Member

@lamtev lamtev commented Oct 13, 2020

Closes #143

@lamtev lamtev requested review from vaddya and lapter57 and removed request for vaddya and lapter57 October 13, 2020 19:51
@codecov
Copy link

codecov bot commented Oct 13, 2020

Codecov Report

Merging #148 (9bbe1af) into develop (7fcbe7c) will increase coverage by 0.08%.
The diff coverage is 47.61%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #148      +/-   ##
=============================================
+ Coverage      38.48%   38.57%   +0.08%     
- Complexity       373      376       +3     
=============================================
  Files            117      117              
  Lines           2419     2437      +18     
  Branches          83       83              
=============================================
+ Hits             931      940       +9     
- Misses          1424     1433       +9     
  Partials          64       64              
Impacted Files Coverage Δ Complexity Δ
...src/main/java/org/accula/api/config/WebConfig.java 80.00% <ø> (ø) 3.00 <0.00> (ø)
.../java/org/accula/api/config/WebSecurityConfig.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
.../org/accula/api/service/CloneDetectionService.java 1.69% <0.00%> (+1.69%) 1.00 <0.00> (+1.00)
...n/java/org/accula/api/handlers/util/Responses.java 81.08% <75.00%> (+0.52%) 9.00 <0.00> (ø)
.../java/org/accula/api/handlers/ProjectsHandler.java 96.79% <100.00%> (+0.12%) 36.00 <2.00> (+2.00)
...in/java/org/accula/api/routers/ProjectsRouter.java 100.00% <100.00%> (ø) 5.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7fcbe7c...9bbe1af. Read the comment docs.

@lamtev lamtev changed the title Detect clones on project creation (#143) Detect clones for the whole project on demand (#143) Oct 13, 2020
@lamtev lamtev marked this pull request as draft October 14, 2020 23:23
@codeclimate
Copy link

codeclimate bot commented Jan 5, 2021

Code Climate has analyzed commit 9bbe1af and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Clarity 1

View more on Code Climate.

@lamtev lamtev closed this Jul 16, 2021
@lamtev lamtev deleted the lamtev/#143-detect-clones-on-project-creation branch July 16, 2021 09:56
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.

Ability to detect clones in a whole project
1 participant