Skip to content

Commit

Permalink
Add yaml to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Apr 13, 2023
1 parent 6fef7b5 commit f611d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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[yaml]
- run: pip install .
- run: coverage run --source=yamllint -m unittest discover
- name: Coveralls
Expand Down

0 comments on commit f611d5e

Please sign in to comment.