Skip to content

feat(COVERPORT-22): add codecov integration for test coverage #59

feat(COVERPORT-22): add codecov integration for test coverage

feat(COVERPORT-22): add codecov integration for test coverage #59

Workflow file for this run

---
name: PR AI Labeler
on:
pull_request_target:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
label-pr:
runs-on: ubuntu-latest
steps:
- name: Label PR using shared action
uses: konflux-ci/release-service-automations/pr-ai-labeler@26b8ead8ea7af6dabb73ba72b238b7757ccddb56 # main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pr-number: ${{ github.event.pull_request.number }}
repository: ${{ github.repository }}