diff options
| author | Val Neekman (AvidCoder) <un33kvu@gmail.com> | 2022-02-16 16:57:29 -0500 |
|---|---|---|
| committer | Val Neekman (AvidCoder) <un33kvu@gmail.com> | 2022-02-16 16:57:29 -0500 |
| commit | 57ee951f7c1c0fe48a75b198031a98046ab458fc (patch) | |
| tree | 3d504fa0026750bc1e05a1a14c5ef573b947439d | |
| parent | c23bbc1dfbd50c64c342f9e6daf488b94639e4ba (diff) | |
| download | python-slugify-57ee951f7c1c0fe48a75b198031a98046ab458fc.tar.gz | |
coverage run
| -rw-r--r-- | .github/workflows/dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 729c26c..d0cb401 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -37,7 +37,7 @@ jobs: pycodestyle --ignore=E128,E261,E225,E501,W605 slugify test.py setup.py - name: Run test run: | - coverage run --include=slugify --omit=__version__.py --source=slugify test.py + coverage run --source=slugify test.py - name: Coveralls run: coveralls --service=github env: |
