Skip to content

Initial commit

Initial commit #1

Workflow file for this run

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