Skip to content

[pre-commit.ci] pre-commit autoupdate #155

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #155

Workflow file for this run

name: coverage
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install Hatch
run: pip install --upgrade --pre hatch
- name: Generate coverage statistic
run: |
hatch --data-dir .hatch-data run codecov:report