Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create and publish container images
name: Create and publish container image

on:
push:
Expand Down Expand Up @@ -49,4 +49,3 @@ jobs:
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta-core.outputs.tags }}
labels: ${{ steps.meta-core.outputs.labels }}

8 changes: 5 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
name: Coverage report
on:
pull_request:
# branches:
# - main

jobs:
coverage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v7
- name: Use Node.js 24.x
Expand All @@ -21,6 +23,6 @@ jobs:
run: |
npx jest --coverage --coverageReporters json-summary
- name: Jest Coverage Comment
uses: MishaKav/jest-coverage-comment@main
uses: MishaKav/jest-coverage-comment@v1.0.34
with:
coverage-summary-path: ./coverage/coverage-summary.json