Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@zlav
Copy link
Member

@zlav zlav commented Apr 3, 2019

Gradle analysis currently does not accurately gradle projects unless it is run at the root of the project. Gradle offers the ability to specify a project in a different directory and we are taking advantage of that here.

Changes made:

  1. The module directory is now located where the module's root project is located.
  2. The gradle command is found with respect to the directory where the module is located.

@zlav zlav force-pushed the feat/gradle-project-dir branch from bc1b52b to 8c195a6 Compare April 9, 2019 00:36
@codecov
Copy link

codecov bot commented Apr 9, 2019

Codecov Report

Merging #434 into master will decrease coverage by 3.1%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #434      +/-   ##
==========================================
- Coverage   50.23%   47.13%   -3.11%     
==========================================
  Files          82       82              
  Lines        4288     4290       +2     
==========================================
- Hits         2154     2022     -132     
- Misses       1924     2072     +148     
+ Partials      210      196      -14
Impacted Files Coverage Δ
buildtools/gradle/gradle.go 56.25% <37.5%> (-0.81%) ⬇️
analyzers/gradle/gradle.go 37.88% <66.66%> (-0.15%) ⬇️
buildtools/composer/readtree_generated.go 0% <0%> (-87.1%) ⬇️
buildtools/composer/composer.go 0% <0%> (-70%) ⬇️
analyzers/python/python.go 0% <0%> (-34.91%) ⬇️
analyzers/python/pip.go 0% <0%> (-24.49%) ⬇️

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 89aafbd...a2612fc. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 9, 2019

Codecov Report

Merging #434 into master will decrease coverage by 0.08%.
The diff coverage is 36.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #434      +/-   ##
==========================================
- Coverage   50.23%   50.15%   -0.09%     
==========================================
  Files          82       82              
  Lines        4288     4295       +7     
==========================================
  Hits         2154     2154              
- Misses       1924     1930       +6     
- Partials      210      211       +1
Impacted Files Coverage Δ
buildtools/gradle/gradle.go 54.54% <23.07%> (-2.51%) ⬇️
analyzers/gradle/gradle.go 37.88% <66.66%> (-0.15%) ⬇️

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 89aafbd...8598cc9. Read the comment docs.

@zlav zlav merged commit b0571b8 into master Apr 9, 2019
@zlav zlav deleted the feat/gradle-project-dir branch April 9, 2019 02:19
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.

2 participants