Skip to content

Readthedocs (#15)

Readthedocs (#15) #68

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 }}