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

MITLibraries / tacos-detectors-lambdas
99%
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 tco-182
branch: tco-182
CHANGE BRANCH
x
Reset
  • tco-182
  • JPrevost-patch-1
  • aws-sam
  • 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-191-filtered-records
  • v0.2
  • v0.3
  • v0.4

27 May 2025 05:33PM UTC coverage: 99.167% (+4.7%) from 94.444%
15281928213

Pull #17

github

matt-bernhardt
Respond to code review feedback

- Change an instance of logger.info to logger.debug
- Remove the Optional[] construct for the features dictionary in
  the InputPayload definition.
- Add a note to the Makefile about updating the sam-http-predict
  command in the future to accept a file argument for real-ish
  work.
- Removing ANN101 and ANN102 from the global ignore list in
  pyproject.toml
Pull Request #17: Add prediction action

22 of 22 new or added lines in 1 file covered. (100.0%)

119 of 120 relevant lines covered (99.17%)

0.99 hits per line

Relevant lines Covered
Build:
Build:
120 RELEVANT LINES 119 COVERED LINES
0.99 HITS PER LINE
Source Files on tco-182
  • Tree
  • List 2
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
15281928213 tco-182 Respond to code review feedback - Change an instance of logger.info to logger.debug - Remove the Optional[] construct for the features dictionary in the InputPayload definition. - Add a note to the Makefile about updating the sam-http-predict ... Pull #17 27 May 2025 05:36PM UTC matt-bernhardt github
99.17
15218442410 tco-182 Extend predict event to include features object ** Why are these changes being introduced: * In order to actually do work, the "predict" action in this lambda will need to receive a dictionary of features that will be fed into the model in order... Pull #17 23 May 2025 08:15PM UTC matt-bernhardt github
99.17
15196907988 tco-182 REWORD Refactoring and more tests This cleans up some ragged parts of the code before we get too much further into the project. Pull #17 22 May 2025 09:12PM UTC matt-bernhardt github
99.11
15196753621 tco-182 Add shell of prediction handler ** Why are these changes being introduced: * The ping action is nice and all, but ultimately we need to support a request to make a prediction. ** Relevant ticket(s): * https://mitlibraries.atlassian.net/brows... push 22 May 2025 09:03PM UTC matt-bernhardt github
94.83
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