Skip to content

using to_html instead of walk #101

using to_html instead of walk

using to_html instead of walk #101

Workflow file for this run

on: [push]
jobs:
coveralls:
runs-on: ubuntu-latest
name: "coveralls"
steps:
- name: actions_python_coveralls
uses: davidslusser/[email protected]
with:
src: "src"
options: ""
pip_install_command: "pip install -e .[dev]"
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
python_version: "3.11"