Skip to content

Commit

Permalink
Update deps and combine grouping, add linter to unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Feb 22, 2024
1 parent 00dbd0e commit 9cd633e
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 504 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Set up poetry
uses: Gr1N/setup-poetry@v8
- name: Install dependencies
run: poetry install --with test
run: poetry install --with dev
- name: Lint with ruff
run: poetry run ruff check
- name: Test API
run: |
poetry run pytest --cov-report=xml --cov=geckoterminal_api tests/test_api.py -v
Expand Down
Loading

0 comments on commit 9cd633e

Please sign in to comment.