Skip to content

[Bug] Minor fix to headers on installation rst file #57

[Bug] Minor fix to headers on installation rst file

[Bug] Minor fix to headers on installation rst file #57

Workflow file for this run

name: Test Coverage and Report to Codecov
on:
pull_request:
branches: ["main"]
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}