Skip to content

Commit

Permalink
Initial Users Model
Browse files Browse the repository at this point in the history
  • Loading branch information
darcivieira committed Oct 24, 2023
1 parent a3c6f69 commit 5174e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: poetry install --without doc

- name: Run tests
run: poetry run pytest -v --cov-report=xml
run: poetry run pytest -s -x --cov=kanbanize_sdk -vv --cov-report=xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 5174e0c

Please sign in to comment.