Skip to content

πŸ“Œ ISSUE-#30: Step adaptation with class structure #1

πŸ“Œ ISSUE-#30: Step adaptation with class structure

πŸ“Œ ISSUE-#30: Step adaptation with class structure #1

name: πŸ“ Code coverage
on:
pull_request:
branches: [ "develop" ]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Get Cover
uses: orgoro/coverage@v3.2
with:
coverageFile: path/to/coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}