-
Notifications
You must be signed in to change notification settings - Fork 289
Comparing changes
Open a pull request
base repository: dorny/test-reporter
base: v2.6.0
head repository: dorny/test-reporter
compare: v2.7.0
- 19 commits
- 17 files changed
- 4 contributors
Commits on Mar 5, 2026
-
feat: added a slug-prefix parameter for link anchors
Motivation: when using a matrix job, or more than one kind of tests in a same workflow, we can end up with multiple summaries at the same time. This will lead to multiple anchors and html id that will no longer be unique. This prefix option allow to disambiguate those anchors ; and keep them functional.
Configuration menu - View commit details
-
Copy full SHA for 7f0723a - Browse repository at this point
Copy the full SHA 7f0723aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08dfe27 - Browse repository at this point
Copy the full SHA 08dfe27View commit details
Commits on Mar 6, 2026
-
Bump eslint from 9.39.3 to 9.39.4
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.3 to 9.39.4. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.3...v9.39.4) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.39.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1908ace - Browse repository at this point
Copy the full SHA 1908aceView commit details
Commits on Mar 10, 2026
-
Merge pull request #732 from dorny/dependabot/npm_and_yarn/eslint-9.39.4
Bump eslint from 9.39.3 to 9.39.4
Configuration menu - View commit details
-
Copy full SHA for e8df218 - Browse repository at this point
Copy the full SHA e8df218View commit details -
Bump @typescript-eslint/parser from 8.56.1 to 8.57.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.56.1 to 8.57.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.57.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1dabb9 - Browse repository at this point
Copy the full SHA a1dabb9View commit details -
Merge pull request #733 from dorny/dependabot/npm_and_yarn/typescript…
…-eslint/parser-8.57.0 Bump @typescript-eslint/parser from 8.56.1 to 8.57.0
Configuration menu - View commit details
-
Copy full SHA for 3b635e8 - Browse repository at this point
Copy the full SHA 3b635e8View commit details -
Bump jest from 30.2.0 to 30.3.0
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.2.0 to 30.3.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff5a709 - Browse repository at this point
Copy the full SHA ff5a709View commit details
Commits on Mar 14, 2026
-
Bump undici from 6.23.0 to 6.24.1
Bumps [undici](https://github.com/nodejs/undici) from 6.23.0 to 6.24.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.23.0...v6.24.1) --- updated-dependencies: - dependency-name: undici dependency-version: 6.24.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d36ac24 - Browse repository at this point
Copy the full SHA d36ac24View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ec52b - Browse repository at this point
Copy the full SHA a0ec52bView commit details
Commits on Mar 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for eff5ed2 - Browse repository at this point
Copy the full SHA eff5ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03559f - Browse repository at this point
Copy the full SHA a03559fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 540c280 - Browse repository at this point
Copy the full SHA 540c280View commit details -
Report jest-junit testsuite errors as failures
Test errors are different (represented differently in the JUnit XML output from jest-junit) to test _failures_. Failures are tests which ran and failed, errors are for tests/test suites which did not even run because the test code itself didn't build or didn't execute correctly. jest-junit has an option to enable reporting of test suite errors, but test-reporter then interprets these as successful tests.
Configuration menu - View commit details
-
Copy full SHA for f8ae4de - Browse repository at this point
Copy the full SHA f8ae4deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e23310 - Browse repository at this point
Copy the full SHA 5e23310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d9f24e - Browse repository at this point
Copy the full SHA 0d9f24eView commit details
Commits on Mar 16, 2026
-
Update
flattedpackage to v3.4.1 to fix a vulnerabilityflatted <3.4.0 Severity: high flatted vulnerable to unbounded recursion DoS in parse() revive phase - GHSA-25h7-pfq9-p65f
Configuration menu - View commit details
-
Copy full SHA for ce9f9c4 - Browse repository at this point
Copy the full SHA ce9f9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 574d6b1 - Browse repository at this point
Copy the full SHA 574d6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ade53 - Browse repository at this point
Copy the full SHA 24ade53View commit details -
Configuration menu - View commit details
-
Copy full SHA for df62474 - Browse repository at this point
Copy the full SHA df62474View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.6.0...v2.7.0