Skip to content

fix: report line coverage instead of function coverage #46

fix: report line coverage instead of function coverage

fix: report line coverage instead of function coverage #46

Workflow file for this run

on:
push:
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install black
run: pip install black
- name: Run black
run: black . --check