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

Skip producing specialized dependencies from dependencies that are not modified by DepTrim #18

Merged
merged 2 commits into from
Nov 5, 2022

Conversation

cesarsotovalero
Copy link
Contributor

Fix #17.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 5, 2022

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 1 Code Smell

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Merging #18 (69d7fda) into main (38e56e4) will increase coverage by 0.14%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              main     #18      +/-   ##
==========================================
+ Coverage     9.77%   9.91%   +0.14%     
  Complexity       9       9              
==========================================
  Files           12      12              
  Lines          348     343       -5     
  Branches        28      29       +1     
==========================================
  Hits            34      34              
+ Misses         312     307       -5     
  Partials         2       2              
Flag Coverage Δ
unittests 9.91% <0.00%> (+0.14%) ⬆️

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

Impacted Files Coverage Δ
src/main/java/se/kth/deptrim/core/Trimmer.java 0.00% <0.00%> (ø)
src/main/java/se/kth/deptrim/util/FileUtils.java 0.00% <0.00%> (ø)
src/main/java/se/kth/deptrim/util/PomUtils.java 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Deee92 Deee92 merged commit 3cb443c into main Nov 5, 2022
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.

DepTrim counts unmodified dependencies as specialized
3 participants