Skip to content
Snippets Groups Projects

Don't use jest --verbose in CI

Merged Administrator requested to merge no-jest-verbose into main

Created by: felixfbecker

The log output of Jest in CI is so huge that it is hard to debug and find the errors. Making it non-verbose means only output from failing tests is shown.

Merge request reports

Approval is optional

Merged by avatar (Jul 25, 2025 4:17am UTC)

Merge details

  • Changes merged into main with cde0bfcc.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Created by: codecov[bot]

    Codecov Report

    Merging #12853 into main will increase coverage by 0.00%. The diff coverage is n/a.

    @@           Coverage Diff           @@
    ##             main   #12853   +/-   ##
    =======================================
      Coverage   51.14%   51.14%           
    =======================================
      Files        1446     1446           
      Lines       81036    81036           
      Branches     6615     6561   -54     
    =======================================
    + Hits        41442    41445    +3     
    + Misses      36033    36031    -2     
    + Partials     3561     3560    -1     
    Flag Coverage Δ
    #go 52.60% <ø> (+<0.01%) :arrow_up:
    #integration 24.27% <ø> (+<0.01%) :arrow_up:
    #storybook 14.10% <ø> (ø)
    #typescript 47.13% <ø> (+<0.01%) :arrow_up:
    #unit 47.81% <ø> (+<0.01%) :arrow_up:

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

    Impacted Files Coverage Δ
    web/src/tree/TreeRoot.tsx 81.03% <0.00%> (+1.72%) :arrow_up:
    .../internal/codeintel/resolvers/graphql/locations.go 87.27% <0.00%> (+1.81%) :arrow_up:
Please register or sign in to reply
Loading