• 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-173-automation
branch: tco-173-automation
CHANGE BRANCH
x
Reset
  • tco-173-automation
  • 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-181
  • tco-182
  • tco-191-filtered-records
  • v0.2
  • v0.3
  • v0.4

12 Jun 2025 06:48PM UTC coverage: 99.167%. Remained the same
15618597625

Pull #27

github

cabutlermit
GitHub Actions Automation

Why these changes are being introduced:
As part of our standard process, application repositories that build
containers to push to AWS ECR get updates from the Terraform repository
that builds the ECR infrastructure. These updates include commands for
the Makefile that make it easier to build and deploy containers to AWS
ECR and a GitHub Actions workflow for automatically updating the
container image in Dev1 for any PRs to the main branch.

How this addresses that need:
* Updates to the Makefile for the dist-dev and publish-dev commands
* A new GitHub Actions workflow for automatic builds to Dev1 on PRs to
the main branch
* A new GHA workflow for automatic builds to Stage-Workloads on merges
to the main branch
* A new GHA workflow for automatic builds to Prod-Workloads on tagged
releases on the main branch
* Update to README to link back to the related infrastructure
repositories

Side effects of this change:
Not a side effect, but a real effect: Once this is merged to main, the
automated build process will kick in for dev/stage/prod.

Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/TCO-173
Pull Request #27: GitHub Actions Automation

119 of 120 relevant lines covered (99.17%)

1.98 hits per line

Relevant lines Covered
Build:
Build:
120 RELEVANT LINES 119 COVERED LINES
1.98 HITS PER LINE
Source Files on tco-173-automation
  • 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
15618597625 tco-173-automation GitHub Actions Automation Why these changes are being introduced: As part of our standard process, application repositories that build containers to push to AWS ECR get updates from the Terraform repository that builds the ECR infrastructure. The... Pull #27 12 Jun 2025 06:49PM UTC cabutlermit github
99.17
15611253223 tco-173-automation GitHub Actions Automation Why these changes are being introduced: As part of our standard process, application repositories that build containers to push to AWS ECR get updates from the Terraform repository that builds the ECR infrastructure. The... push 12 Jun 2025 01:02PM UTC cabutlermit github
99.17
15611186359 tco-173-automation GitHub Actions Automation Why these changes are being introduced: As part of our standard process, application repositories that build containers to push to AWS ECR get updates from the Terraform repository that builds the ECR infrastructure. The... push 12 Jun 2025 12:59PM UTC cabutlermit github
99.17
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