Skip to content

Commit 5464a3a

Browse files
authored
temporary change to get coverage / bundle size updates to work again (#5547)
* temporary change to get bundle size updates to work again * Change files
1 parent 94662ce commit 5464a3a

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
# Pull requests show details of coverage changes
172172
- name: Get jest tests coverage of main from gist
173173
if: ${{ github.event_name == 'pull_request' && !startsWith(github.event.pull_request.base.ref, 'release/') }}
174-
run: curl -o temp/jest/base/coverage-report.json "https://gist.github.com/communication-ui-bot/${{ matrix.coverage_gist_id }}/raw/communication-react-jest-report-${{ matrix.flavor }}.json" --create-dirs -L
174+
run: curl -o temp/jest/base/coverage-report.json "https://gist.github.com/alkwa-msft/${{ matrix.coverage_gist_id }}/raw/communication-react-jest-report-${{ matrix.flavor }}.json" --create-dirs -L
175175
- name: Calculate coverage change
176176
if: ${{ github.event_name == 'pull_request' && !startsWith(github.event.pull_request.base.ref, 'release/') }}
177177
id: coverage
@@ -787,11 +787,11 @@ jobs:
787787
include:
788788
# These are gist to track bundle sizes
789789
- app: Chat
790-
gist: https://gist.github.com/communication-ui-bot/db13fa7067b083b7a91d7a95adf28be1
790+
gist: https://gist.github.com/alkwa-msft/f19649d941b2739b13402ee4802aa851
791791
- app: Calling
792-
gist: https://gist.github.com/communication-ui-bot/87d57b63bbbaee12273a9a901b67885c
792+
gist: https://gist.github.com/alkwa-msft/8160c0362cb05b7b09f3dbf803007c73
793793
- app: CallWithChat
794-
gist: https://gist.github.com/communication-ui-bot/72a7fca0af8a3c5b37f966bb6d4bcd11
794+
gist: https://gist.github.com/alkwa-msft/c43393ae31b5b08215f3f49ed327d912
795795
steps:
796796
# checkout base bundle stats
797797
- name: Get bundle stats of main from gist
@@ -867,11 +867,11 @@ jobs:
867867
include:
868868
# These are gist to track bundle sizes
869869
- app: Chat
870-
gist_id: db13fa7067b083b7a91d7a95adf28be1
870+
gist_id: f19649d941b2739b13402ee4802aa851
871871
- app: Calling
872-
gist_id: 87d57b63bbbaee12273a9a901b67885c
872+
gist_id: 8160c0362cb05b7b09f3dbf803007c73
873873
- app: CallWithChat
874-
gist_id: 72a7fca0af8a3c5b37f966bb6d4bcd11
874+
gist_id: c43393ae31b5b08215f3f49ed327d912
875875
steps:
876876
- uses: actions/download-artifact@v4
877877
with:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "prerelease",
3+
"area": "improvement",
4+
"workstream": "Repairing Bundle Size Gist download/upload for CI",
5+
"comment": "temporary change to get bundle size updates to work again",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}

common/config/workflows/matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"include": [
33
{
44
"flavor": "stable",
5-
"coverage_gist_id": "d1528e50153e6f7ea569040d7b437abb"
5+
"coverage_gist_id": "19b238d46a84c28e44d689f0a8b57202"
66
},
77
{
88
"flavor": "beta",
9-
"coverage_gist_id": "67224b1799c92f0e1cd2da24798e4dd5"
9+
"coverage_gist_id": "aadc866e05b5243846b1c15a79ec1779"
1010
}
1111

1212
]

0 commit comments

Comments
 (0)