Skip to content

update coveralls call #83

update coveralls call

update coveralls call #83

Workflow file for this run

on: [push]
jobs:
bandit:
runs-on: ubuntu-latest
name: "bandit"
steps:
- uses: davidslusser/[email protected]
with:
src: "src"
options: "-c pyproject.toml -r"
pip_install_command: "pip install .[dev]"