Skip to content

chore: update .env.example and documentation for new integration test variables#61

Merged
Patrik Simek (patriksimek) merged 1 commit into
mainfrom
chore-minor-tweaks
Jun 12, 2026
Merged

chore: update .env.example and documentation for new integration test variables#61
Patrik Simek (patriksimek) merged 1 commit into
mainfrom
chore-minor-tweaks

Conversation

@patriksimek

Copy link
Copy Markdown
Member

… variables

Copilot AI review requested due to automatic review settings June 12, 2026 15:51
@patriksimek Patrik Simek (patriksimek) requested a review from a team as a code owner June 12, 2026 15:51
@patriksimek Patrik Simek (patriksimek) merged commit c022975 into main Jun 12, 2026
5 checks passed
@patriksimek Patrik Simek (patriksimek) deleted the chore-minor-tweaks branch June 12, 2026 15:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates developer-facing documentation and test configuration to reflect additional integration-test environment variables and newly exposed on-prem/connected-system endpoints/tools.

Changes:

  • Extend README.md endpoint list and MCP tool category list to include Connected Systems and On-Prem Agents.
  • Add MAKE_TEAM and MAKE_APP_NAME to .env.example for integration tests.
  • Exclude *.tools.ts files from Jest coverage collection via coveragePathIgnorePatterns.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
README.md Documents the new Connected Systems / On-Prem Agents endpoints and tool categories.
jest.config.ts Adjusts Jest coverage collection to ignore *.tools.ts files.
AGENTS.md Adds checklist reminders to keep README.md updated alongside endpoint additions.
.env.example Adds new integration-test env vars (MAKE_TEAM, MAKE_APP_NAME).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
@@ -50,6 +50,7 @@ const make = new Make('your-api-key', 'eu2.make.com', {
- **Enums** - Standardized lists (countries, regions, timezones)
- **Blueprit** - Blueprint management
Comment thread .env.example
Comment on lines +16 to +17
# Existing SDK app name for SDK integration tests; if unset, a temporary app is created and deleted
MAKE_APP_NAME=""
Comment thread .env.example
Comment on lines +16 to +17
# Existing SDK app name for SDK integration tests; if unset, a temporary app is created and deleted
MAKE_APP_NAME=""
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.

2 participants