Skip to content

Commit 6d484c8

Browse files
committed
Merge main branch - resolved utility.py conflicts
2 parents ab99eb6 + 4f0cfe0 commit 6d484c8

105 files changed

Lines changed: 2229 additions & 3203 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# This will eventually be replaced by security group
22
* @microsoft/agent365-approvers
3+
/.github/ @microsoft/agent365-approvers
4+
/libraries/microsoft-agents-a365-observability-*/ @microsoft/agent365-observability-approvers
5+
/tests/observability/ @microsoft/agent365-observability-approvers

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 146 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.

.github/workflows/README.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI - Build, Test, and Publish SDKs
22

3+
permissions:
4+
contents: read
5+
36
# This workflow builds, tests, and publishes Python SDK packages
47
# - Builds and tests run on all branches (main, release/*)
58
# - Publishing to package repository ONLY happens on release/* branches

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ _version.py
7777
.coverage.*
7878
htmlcov/
7979

80+
# Test coverage and reports
81+
htmlcov/
82+
.coverage
83+
coverage.xml
84+
test-report.html
85+
test-results.xml
86+
*.cover
87+
.hypothesis/
88+
8089
# Virtual environments
8190
.venv/
8291
venv/

0 commit comments

Comments
 (0)