feat(events): private GET events route #119
Annotations
8 errors and 3 warnings
Run tests with ExCoveralls:
test/book_my_gigs_web/users/users_controller_test.exs#L26
test POST /api/users/:user_id/events successfully creates a user with valid params and account (BookMyGigsWeb.Users.UsersControllerTest)
|
Run tests with ExCoveralls:
test/book_my_gigs_web/events/events_controller_test.exs#L38
test POST /api/users/:user_id/events successfully creates an event with valid params (BookMyGigsWeb.Events.EventsControllerTest)
|
Run tests with ExCoveralls:
test/book_my_gigs_web/events/events_controller_test.exs#L224
test PUT api/users/:user_id/events/:event_id successfully updates an event with valid params (BookMyGigsWeb.Events.EventsControllerTest)
|
Run tests with ExCoveralls:
test/book_my_gigs_web/events/events_controller_test.exs#L129
test GET /api/events/location/:name successfully fetches events for a location (BookMyGigsWeb.Events.EventsControllerTest)
|
Run tests with ExCoveralls:
test/book_my_gigs_web/accounts/accounts_controller_test.exs#L18
test Get all accounts (BookMyGigsWeb.Accounts.AccountsControllerTest)
|
Run tests with ExCoveralls:
test/book_my_gigs_web/accounts/accounts_controller_test.exs#L75
test Update an account (BookMyGigsWeb.Accounts.AccountsControllerTest)
|
Run tests with ExCoveralls:
test/book_my_gigs_web/accounts/accounts_controller_test.exs#L45
test Create an account (BookMyGigsWeb.Accounts.AccountsControllerTest)
|
Run tests with ExCoveralls
Process completed with exit code 2.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading