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 a test for combined functioning of ASM and Graph. (3) #104

Merged
merged 2 commits into from
Aug 20, 2021

Conversation

ABHAY0O7
Copy link
Contributor

This test will test the result produced by DependencyClassFileVisitor are correct and will ensure that this result has been collected successfully in the graph in the form of an edge.

@codecov
Copy link

codecov bot commented Aug 15, 2021

Codecov Report

Merging #104 (a1ff918) into master (43f4ecd) will increase coverage by 6.35%.
The diff coverage is 100.00%.

❗ Current head a1ff918 differs from pull request most recent head 8342536. Consider uploading reports for the commit 8342536 to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##             master     #104      +/-   ##
============================================
+ Coverage     12.90%   19.25%   +6.35%     
- Complexity       55       73      +18     
============================================
  Files            29       29              
  Lines          1023     1023              
  Branches        137      137              
============================================
+ Hits            132      197      +65     
+ Misses          869      800      -69     
- Partials         22       26       +4     

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 3c734fb...8342536. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Aug 15, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

1.1% 1.1% Coverage
0.0% 0.0% Duplication

@ABHAY0O7 ABHAY0O7 changed the title Added a test for combined functioning of ASM and Graph. Added a test for combined functioning of ASM and Graph. (3) Aug 15, 2021
This test will ensure the proper functioning of DependencyClassFileVisitor and will also ensure that the post analysis result has been collected successfully in graph.
@tdurieux tdurieux merged commit 3326727 into ASSERT-KTH:master Aug 20, 2021
@ABHAY0O7 ABHAY0O7 deleted the graph-test branch August 20, 2021 15:21
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.

None yet

2 participants