mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
feat: add codecov to GitHub Actions
This commit is contained in:
parent
c095429123
commit
a96059634c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -74,6 +74,8 @@ jobs:
|
|||
tox -e py3${{ matrix.python-version }}-test
|
||||
tox -e py3${{ matrix.python-version }}-cov
|
||||
tox -e py3${{ matrix.python-version }}-flake8
|
||||
pip install codecov || true
|
||||
codecov || true
|
||||
- name: Test with tox
|
||||
if: matrix.python-version != '8'
|
||||
run: tox -e py3${{ matrix.python-version }}-test
|
||||
|
|
|
|||
Loading…
Reference in a new issue