• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ericfortmeyer / activity-log / 20420404465

22 Dec 2025 03:01AM UTC coverage: 51.874% (-1.6%) from 53.429%
20420404465

push

github

web-flow
fix: add tenant id to all post requests (#60)

Signed-off-by: Eric Fortmeyer <e.fortmeyer01@gmail.com>

17 of 49 new or added lines in 10 files covered. (34.69%)

2 existing lines in 2 files now uncovered.

346 of 667 relevant lines covered (51.87%)

1.62 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/DI/Tokens.php
1
<?php
2

3
/**
4
 * @phan-file-suppress PhanUnreferencedConstant
5
 */
6

7
declare(strict_types=1);
8

9
namespace EricFortmeyer\ActivityLog\DI\Tokens;
10

11
const ACTIVITY_LOG_APP_PASSWD_KEY = "ACTIVITY_LOG_APP_PASSWD_KEY";
×
12
const ACTIVITY_LOG_CACHE_ENABLED = "ACTIVITY_LOG_CACHE_ENABLED";
×
13
const ACTIVITY_LOG_DATABASE = "ACTIVITY_LOG_DATABASE";
×
14
const ACTIVITY_LOG_HOST = "ACTIVITY_LOG_HOST";
×
15
const ACTIVITY_STORE_DATABASE = "ACTIVITY_STORE_DATABASE";
×
16
const ACTIVITY_STORE_HOST = "ACTIVITY_STORE_HOST";
×
17
const ACTIVITY_STORE_USER = "ACTIVITY_STORE_USER";
×
NEW
18
const APP_CONFIG_DB_CONNECTION = "APP_CONFIG_DB_CONNECTION";
×
19
const APP_CONFIG_DB_FILENAME = "APP_CONFIG_DB_FILENAME";
×
20
const APP_CONFIG_STORAGE = "APP_CONFIG_STORAGE";
×
21
const APP_CONFIG_TABLE_NAME = "APP_CONFIG_TABLE_NAME";
×
22
const APP_DB_CONNECTION = "APP_DB_CONNECTION";
×
23
const AUTH_CLIENT_ID = "AUTH_CLIENT_ID";
×
24
const AUTH_CLIENT_SECRET = "AUTH_CLIENT_SECRET";
×
25
const AUTH_COOKIE_SECRET = "AUTH_COOKIE_SECRET";
×
26
const AUTH_DOMAIN = "AUTH_DOMAIN";
×
27
const BOOTSTRAPPER = "BOOTSTRAPPER";
×
28
const CALLBACK_MIDDLEWARE = "CALLBACK_MIDDLEWARE";
×
29
const CREDIT_HOURS_STORAGE = "CREDIT_HOURS_STORAGE";
×
30
const DATA_DIR = "DATA_DIR";
×
31
const EXCEPTION_LOGGER = "EXCEPTION_LOGGER";
×
32
const LOGIN_MIDDLEWARE = "LOGIN_MIDDLEWARE";
×
33
const LOGOUT_MIDDLEWARE = "LOGOUT_MIDDLEWARE";
×
34
const MIGRATION_RUNNER_DB_CONNECTION = "MIGRATION_RUNNER_DB_CONNECTION";
×
35
const MIGRATION_RUNNER_USER = "ACTIVITY_STORE_MIGRATION_RUNNER_USER";
×
36
const REMARKS_STORAGE = "REMARKS_STORAGE";
×
37
const SECRETS_APP_KEY = "SECRETS_APP_KEY";
×
38
const SECRETS_APP_PATH = "SECRETS_APP_PATH";
×
39
const SECRETS_CLIENT = "SECRETS_CLIENT";
×
NEW
40
const SECRETS_TLS_CLIENT = "SECRETS_TLS_CLIENT";
×
41
const SECRETS_DIR = "SECRETS_DIR";
×
42
const SECRETS_LOGIN_KEY = "SECRETS_LOGIN_KEY";
×
43
const SECRETS_LOGIN_PATH = "SECRETS_LOGIN_PATH";
×
44
const SECRETS_SERVICE_HOST = "SECRETS_SERVICE_HOST";
×
NEW
45
const SECRETS_SERVICE_TLS_HOST = "SECRETS_SERVICE_TLS_HOST";
×
46
const SECRETS_SERVICE_PORT = "SECRETS_SERVICE_PORT";
×
NEW
47
const SECRETS_SERVICE_TLS_PORT = "SECRETS_SERVICE_TLS_PORT";
×
48
const SECRETS_TOKEN_TTL = "SECRETS_TOKEN_TTL";
×
NEW
49
const SECRETS_USER = "SECRETS_USER";
×
50
const SECRETS_VALUE_TTL = "SECRETS_VALUE_TTL";
×
NEW
51
const SSL_CERT = "SSL_CERT";
×
NEW
52
const SSL_KEY = "SSL_KEY";
×
UNCOV
53
const TIME_ENTRY_STORAGE = "TIME_ENTRY_STORAGE";
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc