Skip to content

chore: refactored code to use custom hooks #1

chore: refactored code to use custom hooks

chore: refactored code to use custom hooks #1

Workflow file for this run

name: Code Coverage Summary Report
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Code coverage report
uses: irongut/CodeCoverageSummary@v1.3.0
with:
filename: coverage.cobertura.xml