Don't use jest --verbose in CI
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
Activity
Created by: codecov[bot]
Codecov Report
Merging #12853 into main will increase coverage by
0.00%
. The diff coverage isn/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%)
#integration 24.27% <ø> (+<0.01%)
#storybook 14.10% <ø> (ø)
#typescript 47.13% <ø> (+<0.01%)
#unit 47.81% <ø> (+<0.01%)
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%)
.../internal/codeintel/resolvers/graphql/locations.go 87.27% <0.00%> (+1.81%)
Please register or sign in to reply