Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hypsug0 committed Apr 9, 2024
1 parent 3097d96 commit 636473d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 910 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ jobs:
env:
SECRET_KEY: 625a5459bc6e0d2e5227f9d7ec697c4a473f8697a84f5f7c8a
run: |
poetry run python -m manage test
poetry run coverage -m manage test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: dbchiro/DjangoSinpOrganisms
# - name: Run test server
# env:
# SECRET_KEY: 625a5459bc6e0d2e5227f9d7ec697c4a473f8697a84f5f7c8a
Expand Down
Empty file removed tests/__init__.py
Empty file.
Loading

0 comments on commit 636473d

Please sign in to comment.