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

Added test for CollectorClassFileVisitor #74

Merged
merged 3 commits into from
Apr 8, 2021
Merged

Added test for CollectorClassFileVisitor #74

merged 3 commits into from
Apr 8, 2021

Conversation

ABHAY0O7
Copy link
Contributor

@ABHAY0O7 ABHAY0O7 commented Apr 6, 2021

This test class can test both ClassFileVisitor and CollectorClassFileVisitor.

@codecov
Copy link

codecov bot commented Apr 6, 2021

Codecov Report

Merging #74 (6946bbf) into master (c297b39) will increase coverage by 0.62%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #74      +/-   ##
===========================================
+ Coverage      5.38%   6.00%   +0.62%     
- Complexity       20      23       +3     
===========================================
  Files            26      26              
  Lines           966     966              
  Branches        133     133              
===========================================
+ Hits             52      58       +6     
+ Misses          902     896       -6     
  Partials         12      12              
Flag Coverage Δ Complexity Δ
unittests 6.00% <0.00%> (+0.62%) 0.00 <0.00> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
.../depclean/core/analysis/ClassFileVisitorUtils.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...ore/analysis/DefaultProjectDependencyAnalyzer.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
.../core/analysis/asm/DependencyClassFileVisitor.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...clean/core/analysis/CollectorClassFileVisitor.java 100.00% <0.00%> (+100.00%) 3.00% <0.00%> (+3.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 c297b39...6946bbf. Read the comment docs.

@cesarsotovalero cesarsotovalero self-assigned this Apr 7, 2021
@cesarsotovalero
Copy link
Collaborator

Hi @ABHAY0O7, thanks for your contribution. I'll merge your PR. Notice that I've refactored your test class.

@sonarcloud
Copy link

sonarcloud bot commented Apr 8, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@cesarsotovalero cesarsotovalero merged commit 0c4bcae into ASSERT-KTH:master Apr 8, 2021
@ABHAY0O7 ABHAY0O7 deleted the newBranch2 branch April 18, 2021 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants