Skip to content

Commit fcbbea1

Browse files
committed
Update Code PushUp
1 parent 4f73a6d commit fcbbea1

File tree

3 files changed

+31
-109
lines changed

3 files changed

+31
-109
lines changed

__tests__/main.test.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,7 @@ describe('code-pushup action', () => {
225225
)
226226
await expect(mdPromise).resolves.toBeTruthy()
227227
const md = await mdPromise
228-
expect(
229-
md.replace(/(?<=commit )`[\da-f]{7}`/g, '`<commit-sha>`')
230-
).toMatchSnapshot()
228+
expect(md.replace(/[\da-f]{40}/g, '`<commit-sha>`')).toMatchSnapshot()
231229
})
232230
})
233231
})

package-lock.json

+26-102
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
"simple-git": "^3.23.0"
7373
},
7474
"devDependencies": {
75-
"@code-pushup/cli": "^0.28.0",
76-
"@code-pushup/coverage-plugin": "^0.28.0",
77-
"@code-pushup/eslint-plugin": "^0.28.0",
78-
"@code-pushup/js-packages-plugin": "^0.28.0",
75+
"@code-pushup/cli": "^0.29.0",
76+
"@code-pushup/coverage-plugin": "^0.29.0",
77+
"@code-pushup/eslint-plugin": "^0.29.0",
78+
"@code-pushup/js-packages-plugin": "^0.29.0",
7979
"@types/jest": "^29.5.12",
8080
"@types/node": "^20.11.30",
8181
"@typescript-eslint/eslint-plugin": "^7.3.1",

0 commit comments

Comments
 (0)