Skip to content

Update workflows

Update workflows #1

name: Check test coverage
on:
pull_request:
branches:
- main
- develop
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Get test coverage using Coverage
uses: orgoro/[email protected]
with:
coverageFile: path/to/coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}