Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dashboards)!: server-side implementation of dashboards #1028

Merged
merged 23 commits into from
Apr 17, 2024

fix a comment

c3d0cfc
Select commit
Loading
Failed to load commit list.
Merged

feat(dashboards)!: server-side implementation of dashboards #1028

fix a comment
c3d0cfc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 17, 2024 in 0s

65.99% (target 90.00%)

View this Pull Request on Codecov

65.99% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 87.43316% with 47 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (main@52c741c). Click here to learn what that means.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1028   +/-   ##
=======================================
  Coverage        ?   65.99%           
=======================================
  Files           ?      383           
  Lines           ?    12309           
  Branches        ?        0           
=======================================
  Hits            ?     8123           
  Misses          ?     3664           
  Partials        ?      522           
Files Coverage Δ
api/types/dashboard.go 100.00% <100.00%> (ø)
api/types/dashboard_repo.go 100.00% <100.00%> (ø)
api/types/events.go 100.00% <ø> (ø)
api/types/user.go 100.00% <100.00%> (ø)
database/dashboard/delete.go 100.00% <100.00%> (ø)
database/dashboard/table.go 100.00% <100.00%> (ø)
database/database.go 58.00% <ø> (ø)
database/user/table.go 100.00% <ø> (ø)
database/user/user.go 86.11% <100.00%> (ø)
mock/server/user.go 0.00% <ø> (ø)
... and 9 more