@@ -171,7 +171,7 @@ jobs:
171
171
# Pull requests show details of coverage changes
172
172
- name : Get jest tests coverage of main from gist
173
173
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
175
175
- name : Calculate coverage change
176
176
if : ${{ github.event_name == 'pull_request' && !startsWith(github.event.pull_request.base.ref, 'release/') }}
177
177
id : coverage
@@ -787,11 +787,11 @@ jobs:
787
787
include :
788
788
# These are gist to track bundle sizes
789
789
- app : Chat
790
- gist : https://gist.github.com/communication-ui-bot/db13fa7067b083b7a91d7a95adf28be1
790
+ gist : https://gist.github.com/alkwa-msft/f19649d941b2739b13402ee4802aa851
791
791
- app : Calling
792
- gist : https://gist.github.com/communication-ui-bot/87d57b63bbbaee12273a9a901b67885c
792
+ gist : https://gist.github.com/alkwa-msft/8160c0362cb05b7b09f3dbf803007c73
793
793
- app : CallWithChat
794
- gist : https://gist.github.com/communication-ui-bot/72a7fca0af8a3c5b37f966bb6d4bcd11
794
+ gist : https://gist.github.com/alkwa-msft/c43393ae31b5b08215f3f49ed327d912
795
795
steps :
796
796
# checkout base bundle stats
797
797
- name : Get bundle stats of main from gist
@@ -867,11 +867,11 @@ jobs:
867
867
include :
868
868
# These are gist to track bundle sizes
869
869
- app : Chat
870
- gist_id : db13fa7067b083b7a91d7a95adf28be1
870
+ gist_id : f19649d941b2739b13402ee4802aa851
871
871
- app : Calling
872
- gist_id : 87d57b63bbbaee12273a9a901b67885c
872
+ gist_id : 8160c0362cb05b7b09f3dbf803007c73
873
873
- app : CallWithChat
874
- gist_id : 72a7fca0af8a3c5b37f966bb6d4bcd11
874
+ gist_id : c43393ae31b5b08215f3f49ed327d912
875
875
steps :
876
876
- uses : actions/download-artifact@v4
877
877
with :
0 commit comments