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

Remove --stacktrace now that we have scan #3724

Merged
merged 1 commit into from
Apr 30, 2021
Merged

Conversation

BraisGabin
Copy link
Member

This PR reverts #3604 now that we have #3710

--stacktrace is quite noisy and it makes difficult to find which test failed.

@codecov
Copy link

codecov bot commented Apr 30, 2021

Codecov Report

Merging #3724 (84e3abf) into main (f290bf7) will not change coverage.
The diff coverage is n/a.

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

@@            Coverage Diff            @@
##               main    #3724   +/-   ##
=========================================
  Coverage     78.04%   78.04%           
  Complexity     2883     2883           
=========================================
  Files           473      473           
  Lines          9300     9300           
  Branches       1767     1767           
=========================================
  Hits           7258     7258           
  Misses         1078     1078           
  Partials        964      964           

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 f290bf7...767182b. Read the comment docs.

@schalkms schalkms merged commit 64b2fa6 into main Apr 30, 2021
@schalkms schalkms deleted the ci-gradle-stracktrace branch April 30, 2021 18:01
Copy link
Member

@chao2zhang chao2zhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I didn't publish this review

@@ -54,7 +54,7 @@ jobs:


- name: Build detekt
run: ./gradlew build moveJarForIntegrationTest -x detekt -PwarningsAsErrors=true --stacktrace
run: ./gradlew build moveJarForIntegrationTest -x detekt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still want to keep warningAsError? I remember that there was a PR to fix all grande warnings

@cortinico cortinico added this to the 1.17.0 milestone May 1, 2021
@cortinico cortinico added the housekeeping Marker for housekeeping tasks and refactorings label May 1, 2021
@chao2zhang chao2zhang mentioned this pull request May 8, 2021
chao2zhang pushed a commit to chao2zhang/detekt that referenced this pull request May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Marker for housekeeping tasks and refactorings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants