Skip to content

Commit

Permalink
chore: update note about pgAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Feb 15, 2024
1 parent a4e9ab9 commit aaf4ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ https://github.com/one-zero-eight/InNoHassle-Events/assets/104205787/8e519e69-7a
```bash
poetry run alembic upgrade head
```
> [!NOTE]
> You can use [pgAdmin](https://www.pgadmin.org/) to run and manage your database.
> [!NOTE]
> You can use [pgAdmin](https://www.pgadmin.org/) to run and manage your database.

Set up PyCharm integrations:

Expand Down

1 comment on commit aaf4ca2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src
   config_schema.py741086%83–86, 90–97, 101–103
   constants.py880%2–37
   exceptions.py39390%1–126
   utils.py71710%1–116
src/api
   __main__.py770%1–12
   app.py29290%1–70
   dependencies.py31310%1–62
   routers.py880%1–10
src/api/auth
   __init__.py880%1–12
   common.py28280%1–50
   dependencies.py19190%1–47
   dev.py26260%1–36
   innopolis.py65650%1–106
   jwt.py52520%1–82
src/api/event_groups
   __init__.py550%1–9
   routes.py79790%1–223
src/api/ics
   __init__.py440%1–8
   routes.py1461460%1–319
src/api/root
   __init__.py440%1–8
   routes.py13130%1–31
src/api/tags
   __init__.py550%1–9
   routes.py12120%1–25
src/api/users
   __init__.py660%1–18
   routes.py73730%1–150
src/repositories
   crud.py94940%1–187
   ownership.py13130%1–29
src/repositories/event_groups
   __init__.py220%1–3
   repository.py69690%1–129
src/repositories/events
   __init__.py220%1–3
   repository.py49490%1–86
src/repositories/predefined
   __init__.py220%1–3
   repository.py1551550%1–219
src/repositories/tags
   __init__.py220%1–3
   repository.py75750%1–128
src/repositories/users
   __init__.py220%1–3
   repository.py1401400%1–258
src/schemas
   __init__.py770%2–27
   event_groups.py46460%1–92
   events.py70700%1–105
   linked.py27270%1–47
   ownership.py15150%1–23
   tags.py38380%1–54
   users.py38380%1–72
src/storages/sql
   __init__.py220%1–3
   storage.py21210%1–31
src/storages/sql/models
   __init__.py880%1–11
   __mixin__.py44440%1–86
   base.py440%1–7
   event_groups.py21210%1–52
   events.py26260%1–78
   linked.py15150%1–33
   tags.py13130%1–24
   users.py24240%1–57
TOTAL184217724% 

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 1 🔥 0.760s ⏱️

Please sign in to comment.