Skip to content

Factor out codecov upload #175

Factor out codecov upload

Factor out codecov upload #175

GitHub Actions / Test results succeeded Jun 13, 2024 in 0s

All 38 tests pass in 9s

    4 files      4 suites   9s ⏱️
  38 tests   38 ✔️ 0 💤 0
152 runs  152 ✔️ 0 💤 0

Results for commit aea645c.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test results

38 tests found

There are 38 tests, see "Raw output" for the full list of tests.
Raw output
tests.test_endpoints.TestGetPriority ‑ test_closed_events_that_indicate_status_down_should_have_priority_0
tests.test_endpoints.TestGetPriority ‑ test_closed_events_that_indicate_status_up_should_have_priority_0
tests.test_endpoints.TestGetPriority ‑ test_confirmwait_events_that_indicate_status_down_should_have_priority_2
tests.test_endpoints.TestGetPriority ‑ test_confirmwait_events_that_indicate_status_up_should_have_priority_2
tests.test_endpoints.TestGetPriority ‑ test_events_with_garbage_adm_state_should_have_priority_2
tests.test_endpoints.TestGetPriority ‑ test_events_with_unspecified_adm_state_should_have_priority_2
tests.test_endpoints.TestGetPriority ‑ test_ignored_events_that_indicate_status_down_should_have_priority_1
tests.test_endpoints.TestGetPriority ‑ test_ignored_events_that_indicate_status_up_should_have_priority_1
tests.test_endpoints.TestGetPriority ‑ test_open_events_that_indicate_status_down_should_have_priority_4
tests.test_endpoints.TestGetPriority ‑ test_open_events_that_indicate_status_up_should_have_priority_2
tests.test_endpoints.TestGetPriority ‑ test_waiting_events_that_indicate_status_down_should_have_priority_3
tests.test_endpoints.TestGetPriority ‑ test_waiting_events_that_indicate_status_up_should_have_priority_3
tests.test_endpoints.TestGetPriority ‑ test_working_events_that_indicate_status_down_should_have_priority_3
tests.test_endpoints.TestGetPriority ‑ test_working_events_that_indicate_status_up_should_have_priority_3
tests.test_endpoints.TestSortEvents ‑ test_age_rev_sorting_should_order_by_oldest_created_value_first
tests.test_endpoints.TestSortEvents ‑ test_age_sorting_should_order_by_youngest_created_value_first
tests.test_endpoints.TestSortEvents ‑ test_default_sorting_should_not_change_dict_order
tests.test_endpoints.TestSortEvents ‑ test_down_rev_sorting_should_order_by_shortest_downtime_value_first
tests.test_endpoints.TestSortEvents ‑ test_down_sorting_should_order_by_longest_downtime_value_first
tests.test_endpoints.TestSortEvents ‑ test_lasttrans_sorting_should_order_by_youngest_updated_value_first
tests.test_endpoints.TestSortEvents ‑ test_lasttrans_sorting_should_put_ignored_events_last_regardless_of_their_updated_value
tests.test_endpoints.TestSortEvents ‑ test_severity_sorting_should_order_by_highest_priority_first
tests.test_endpoints.TestSortEvents ‑ test_upd_rev_sorting_should_order_by_youngest_updated_value_first
tests.test_endpoints.TestSortEvents ‑ test_upd_sorting_should_order_by_oldest_updated_value_first
tests.test_init.TestCreateApp ‑ test_create_app_should_succeed
tests.test_users_db.UserDBInitTest ‑ test_create_database
tests.test_users_db.UserDBTest ‑ test_add_user
tests.test_users_db.UserDBTest ‑ test_get_all_lists_all_usernames
tests.test_users_db.UserDBTest ‑ test_get_all_when_no_users_should_return_None
tests.test_users_db.UserDBTest ‑ test_get_non_existent_user_returns_None
tests.test_users_db.UserDBTest ‑ test_remove_existent_user
tests.test_users_db.UserDBTest ‑ test_remove_non_existent_user_returns_None
tests.test_users_db.UserDBTest ‑ test_update_non_existent_user_adds_user
tests.test_users_model.UserTest ‑ test_autenticater_with_correct_password_returns_true
tests.test_users_model.UserTest ‑ test_autenticater_with_wrong_password_returns_true
tests.test_users_model.UserTest ‑ test_print_user_return_username
tests.test_users_utils.UserUtilsTest ‑ test_autenticate_user_with_correct_password_returns_true
tests.test_users_utils.UserUtilsTest ‑ test_autenticate_user_with_wrong_password_raises_exception