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

MITLibraries / tacos-detectors-lambdas
94%
main: 99%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/sentry-sdk-2.43.0
DEFAULT BRANCH: main
Repo Added 19 May 2025 09:03PM UTC
Files 2
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH aws-sam
branch: aws-sam
CHANGE BRANCH
x
Reset
  • aws-sam
  • JPrevost-patch-1
  • dep-updates
  • dependabot/pip/jsonschema-4.24.0
  • dependabot/pip/mypy-1.16.0
  • dependabot/pip/mypy-1.16.1
  • dependabot/pip/pandas-2.3.1
  • dependabot/pip/pandas-2.3.2
  • dependabot/pip/pandas-2.3.3
  • dependabot/pip/pandas-stubs-2.3.0.250703
  • dependabot/pip/pandas-stubs-2.3.2.250827
  • dependabot/pip/pandas-stubs-2.3.2.250926
  • dependabot/pip/pip-25.2
  • dependabot/pip/pytest-8.4.0
  • dependabot/pip/pytest-8.4.1
  • dependabot/pip/requests-2.32.4
  • dependabot/pip/ruff-0.11.11
  • dependabot/pip/ruff-0.11.12
  • dependabot/pip/ruff-0.11.13
  • dependabot/pip/ruff-0.12.0
  • dependabot/pip/ruff-0.12.1
  • dependabot/pip/ruff-0.12.10
  • dependabot/pip/ruff-0.12.11
  • dependabot/pip/ruff-0.12.12
  • dependabot/pip/ruff-0.12.2
  • dependabot/pip/ruff-0.12.3
  • dependabot/pip/ruff-0.12.4
  • dependabot/pip/ruff-0.12.5
  • dependabot/pip/ruff-0.12.7
  • dependabot/pip/ruff-0.12.8
  • dependabot/pip/ruff-0.12.9
  • dependabot/pip/ruff-0.13.0
  • dependabot/pip/ruff-0.13.1
  • dependabot/pip/ruff-0.13.3
  • dependabot/pip/ruff-0.14.0
  • dependabot/pip/ruff-0.14.1
  • dependabot/pip/ruff-0.14.2
  • dependabot/pip/sentry-sdk-2.29.1
  • dependabot/pip/sentry-sdk-2.30.0
  • dependabot/pip/sentry-sdk-2.31.0
  • dependabot/pip/sentry-sdk-2.32.0
  • dependabot/pip/sentry-sdk-2.33.0
  • dependabot/pip/sentry-sdk-2.33.1
  • dependabot/pip/sentry-sdk-2.33.2
  • dependabot/pip/sentry-sdk-2.34.0
  • dependabot/pip/sentry-sdk-2.34.1
  • dependabot/pip/sentry-sdk-2.35.0
  • dependabot/pip/sentry-sdk-2.35.1
  • dependabot/pip/sentry-sdk-2.35.2
  • dependabot/pip/sentry-sdk-2.36.0
  • dependabot/pip/sentry-sdk-2.37.0
  • dependabot/pip/sentry-sdk-2.37.1
  • dependabot/pip/sentry-sdk-2.38.0
  • dependabot/pip/sentry-sdk-2.40.0
  • dependabot/pip/sentry-sdk-2.41.0
  • dependabot/pip/sentry-sdk-2.42.0
  • dependabot/pip/sentry-sdk-2.42.1
  • dependabot/pip/sentry-sdk-2.43.0
  • dependabot/pip/types-jsonschema-4.24.0.20250528
  • dependabot/pip/types-jsonschema-4.24.0.20250708
  • dependabot/pip/types-jsonschema-4.25.0.20250720
  • dependabot/pip/types-jsonschema-4.25.0.20250809
  • dependabot/pip/types-jsonschema-4.25.1.20250821
  • dependabot/pip/types-jsonschema-4.25.1.20250822
  • dependabot/pip/types-jsonschema-4.25.1.20251008
  • dependabot/pip/types-jsonschema-4.25.1.20251009
  • main
  • tco-155-remove-lastnames
  • tco-157
  • tco-173-automation
  • tco-181
  • tco-182
  • tco-191-filtered-records
  • v0.2
  • v0.3
  • v0.4

21 May 2025 08:09PM UTC coverage: 93.878%. First build
15171625668

Pull #11

github

matt-bernhardt
Address code review feedback

This moves the Sentry configuration and env var checks to a new config
object, following the model used in other lambdas. Along the way it
refactors the tests for these features, and converts the SENTRY_DSN env
var to an optional one.
Pull Request #11: Adopts SAM and ping-pong response pattern

87 of 93 new or added lines in 2 files covered. (93.55%)

92 of 98 relevant lines covered (93.88%)

0.94 hits per line

Relevant lines Covered
Build:
Build:
98 RELEVANT LINES 92 COVERED LINES
0.94 HITS PER LINE
Source Files on aws-sam
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
15171625668 aws-sam Address code review feedback This moves the Sentry configuration and env var checks to a new config object, following the model used in other lambdas. Along the way it refactors the tests for these features, and converts the SENTRY_DSN env var to... Pull #11 21 May 2025 08:11PM UTC matt-bernhardt github
93.88
15146890564 aws-sam Sets up SAM, adds ping route ** Why are these changes being introduced: * The lambda needs to handle HTTP requests in order to communicate with TACOS, and one way to do that is to adopt SAM. * As part of this adoption, the lambda also needs to ... Pull #11 20 May 2025 08:10PM UTC matt-bernhardt github
93.94
15144250392 aws-sam Add events block to template.yml With this, everything seems to run successfully locally, and I am able to connect from a Rails console within Tacos. Pull #11 20 May 2025 05:42PM UTC matt-bernhardt github
77.27
15123131218 aws-sam First attempt at adopting AWS SAM The linters are happy, and the (one) test passes. The sam build command completes, although it is not 100% happy. However, the sam run commands, and the local invocation, don't work. Pull #11 19 May 2025 09:03PM UTC matt-bernhardt github
77.27
See All Builds (106)
  • Repo on GitHub
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