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

Fix UP-TO-DATE checks for functionalTest #4761

Closed
wants to merge 3 commits into from

Conversation

cortinico
Copy link
Member

Stacked on top of #4751

This fixes a failure on a UP-TO-DATE checks for functionalTest.
Proof: https://ge.detekt.dev/c/c52dhidy2tdqc/tcq346kqad2pq/task-inputs

The problem was that this specific test was generating output (i.e. a detekt HTML report) in a resource folder. Solved by reading the resource folder and copying the content inside a temp folder.

(cc @chao2zhang @runningcode as they have context).

@vercel
Copy link

vercel bot commented Apr 24, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
detekt ✅ Ready (Inspect) Visit Preview Apr 24, 2022 at 10:04PM (UTC)

@codecov
Copy link

codecov bot commented Apr 24, 2022

Codecov Report

Merging #4761 (eb23d44) into nc/composite-build (86de15c) will not change coverage.
The diff coverage is n/a.

@@                  Coverage Diff                  @@
##             nc/composite-build    #4761   +/-   ##
=====================================================
  Coverage                 84.69%   84.69%           
  Complexity                 3413     3413           
=====================================================
  Files                       490      490           
  Lines                     11232    11232           
  Branches                   2065     2065           
=====================================================
  Hits                       9513     9513           
  Misses                      675      675           
  Partials                   1044     1044           

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 86de15c...eb23d44. Read the comment docs.

@cortinico
Copy link
Member Author

@chao2zhang I'll leave this to you to merge (I believe we want to keep on a separate branch right)?

Base automatically changed from nc/composite-build to main April 25, 2022 01:24
@chao2zhang
Copy link
Member

chao2zhang commented Apr 25, 2022

What I am thinking is to keep a live branch for all gradle enterprise experiments.

#4763

@cortinico
Copy link
Member Author

Yup. Closing as the solution you proposed is more aligned with the codebase style

@cortinico cortinico closed this Apr 25, 2022
@3flex 3flex deleted the nc/fix-up-to-date-functionalTest branch April 25, 2022 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants