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

HowFast / apm-python / 06b7e795-a650-4df1-9f26-225db7666945

24 Dec 2024 12:58AM UTC coverage: 92.333%. Remained the same
06b7e795-a650-4df1-9f26-225db7666945

Pull #21

circleci

web-flow
Bump jinja2 from 3.1.4 to 3.1.5

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #21: Bump jinja2 from 3.1.4 to 3.1.5

53 of 61 branches covered (86.89%)

Branch coverage included in aggregate %.

224 of 239 relevant lines covered (93.72%)

0.94 hits per line

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

100.0
/howfast_apm/config.py
1
import os
1✔
2

3
# Where to send the performance data
4
HOWFAST_APM_COLLECTOR_URL = os.environ.get(
1✔
5
    'HOWFAST_APM_COLLECTOR_URL',
6
    "https://api.howfast.tech/v1.1/apm-collector/store",
7
)
8

9
# Record interactions of the API with external sources (HTTP requests, etc)
10
HOWFAST_APM_RECORD_INTERACTIONS = os.environ.get(
1✔
11
    'HOWFAST_APM_RECORD_INTERACTIONS',
12
    False,
13
)
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

© 2025 Coveralls, Inc