Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/jacoco_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
python-version: '3.14'

- name: Add JaCoCo Report in PR comments
uses: MoranaApps/jacoco-report@3be109b40946547c5925e63d41fef1099c9e562b
uses: MoranaApps/jacoco-report@562ba603c5b95021dbee26e89ae0f834f2dd8b9e
with:
token: ${{ secrets.GITHUB_TOKEN }}
global-thresholds: '46*80'
Expand Down
Loading