Skip to content

Add CICD#11

Merged
shubhobm merged 8 commits intomainfrom
pipeline
Jun 24, 2025
Merged

Add CICD#11
shubhobm merged 8 commits intomainfrom
pipeline

Conversation

@shubhobm
Copy link
Contributor

No description provided.

@shubhobm shubhobm requested a review from Copilot June 24, 2025 03:40

This comment was marked as outdated.

shubhobm and others added 2 commits June 23, 2025 20:41
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@shubhobm shubhobm requested a review from Copilot June 24, 2025 03:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds continuous integration/continuous deployment (CI/CD) support, expands the test suite, and bumps package version.

  • Introduces comprehensive unit and integration tests for data models and connectors
  • Configures GitHub Actions workflows for testing, version updates, and publishing
  • Updates packaging setup (setup.py, pyproject.toml) and adds helper commands in Makefile

Reviewed Changes

Copilot reviewed 28 out of 29 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/unit & tests/integration New unit and integration tests for enums, components, and connectors
setup.py & pyproject.toml Bumped version to 0.2.0, tightened dependency versions, added python_requires
.github/workflows/*.yml Added workflows for version updates, testing, and publishing to PyPI
Makefile Commands for install, test, lint, typecheck, and format
avidtools/connectors/atlas.py Added ATLAS connector implementation
Comments suppressed due to low confidence (1)

avidtools/connectors/atlas.py:35

  • The requests module is not imported in this file, so requests.get will raise a NameError. Add import requests at the top of the module.
    req = requests.get(ATLAS_HOME + case_study_id + ".yaml")

@shubhobm shubhobm merged commit aba5d1a into main Jun 24, 2025
1 check passed
@shubhobm shubhobm deleted the pipeline branch June 24, 2025 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant