Skip to content

Commit 181aff5

Browse files
MishaKavclaude
andauthored
Bump dependencies and upgrade action runtime to node24 (#247)
* Bump dependencies and upgrade action runtime to node24 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix comment-too-long fallback calling wrong function getSummaryReport returns a string, not an object with .html. Use getCoverageReport/getCoverageXmlReport instead. Also align ecmaVersion with globals.es2021. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e42cc5c commit 181aff5

12 files changed

Lines changed: 33117 additions & 29053 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.19.5
1+
v24

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"editor.defaultFormatter": "esbenp.prettier-vscode",
3+
"editor.formatOnSave": true,
4+
"prettier.requireConfig": true
5+
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog of the Pytest Coverage Comment
22

3+
## [Pytest Coverage Comment 1.2.1](https://github.com/MishaKav/pytest-coverage-comment/tree/v1.2.1)
4+
5+
**Release Date:** 2026-02-21
6+
7+
#### Changes
8+
9+
- fix fork PR permission error with specific guidance for `pull_request_target` (#243)
10+
- bump production deps: `@actions/core` to 2.0.3, `@actions/github` to 8.0.1
11+
- bump dev deps: `eslint` to 10.0.1, `globals` to 17.3.0, `prettier` to 3.8.1
12+
- upgrade action runtime from `node20` to `node24`
13+
- fix comment-too-long code path not replacing HTML with shorter report
14+
315
## [Pytest Coverage Comment 1.2.0](https://github.com/MishaKav/pytest-coverage-comment/tree/v1.2.0)
416

517
**Release Date:** 2025-11-15

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ outputs:
144144
description: 'JSON details of failed, errored, and skipped tests (from JUnit XML)'
145145

146146
runs:
147-
using: 'node20'
147+
using: 'node24'
148148
main: 'dist/index.js'

0 commit comments

Comments
 (0)