Skip to content
Geld
Geld

Review the code, not the tests.

Geld is a browser extension that hides test files from GitHub diffs. Tests move to a collapsible row at the bottom, the header counts exclude them, and nothing is ever deleted from the page.

Firefox and Safari: for now install from GitHub (opens in a new tab) · v0.1.1

Free and open source. No account, no data collection, no GitHub API calls.

Without Geld
  • Files changed12
+9353
  • e2e/button.cy.ts+7 3
  • README.md+3 2
  • src/Button.css+6 4
  • src/Button.test.tsx+14 6
  • src/Button.tsx+18 9
  • src/__snapshots__/Button.test.tsx.snap+6 8
  • src/__tests__/Button.a11y.test.tsx+9 4
  • src/hooks/useToggle.test.ts+11 5
  • src/hooks/useToggle.ts+8 7
  • src/index.ts+2 1
  • src/types.ts+5 3
  • vitest.config.ts+4 1
With Geld
  • Files changed6
+4226
  • README.md+3 2
  • src/Button.css+6 4
  • src/Button.tsx+18 9
  • src/hooks/useToggle.ts+8 7
  • src/index.ts+2 1
  • src/types.ts+5 3
6 test files hidden

Why

A pull request is easier to judge without its scaffolding.

Tests matter, but they rarely need to be read first. Geld gets them out of the way and keeps the numbers honest.
  • Counts you can trust

    +93 −53 becomes 6 tests +42 −26. Hover the label for the full breakdown: excluding tests, including tests, tests only.

  • Nothing disappears

    Hidden files collapse into one row at the bottom of the diff and their own panel in the file tree. One click brings them back, in place.

  • Your rules

    Tests are hidden by default. Generated, Vendored, Agent config, Docs, Tooling & CI, Fixtures, Trivial changes, Large diffs are one switch away, plus your own patterns, your own categories and per-repository rules.

How it works

Try it

Try a path

This runs the extension's own matcher in your browser, with the default settings. Patterns use gitignore semantics; see the full list.

Hidden·Tests

Matched by *.test.*.

Install

Works where you review.

Chrome, Edge, Firefox and Safari, on github.com and GitHub Enterprise Server.

Firefox and Safari: for now install from GitHub (opens in a new tab) · v0.1.1

MIT licensed. Read the source (opens in a new tab) or build it yourself.