This commit is contained in:
QuentinN42
2022-10-11 15:15:37 +02:00
committed by GitHub
8 changed files with 747 additions and 120 deletions

View File

@@ -47,7 +47,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Append GitHub Actions system path
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- run: pip install coveralls
- run: pip install coveralls ddt
- run: pip install .
- run: coverage run --source=yamllint -m unittest discover
- name: Coveralls