mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
change(feat/OPS-31): forgot about poetry
This commit is contained in:
parent
c909144520
commit
316cfcfaad
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -19,10 +19,10 @@ jobs:
|
|||
python-version: '3.10'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
run: poetry install
|
||||
|
||||
- name: Run tests with coverage
|
||||
run: pytest --cov=senju --cov-report=xml
|
||||
run: poetry run coverage run -m pytest
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue