Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/autorest-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
short_test: false
retention_days: 7
use_azcore: false
upload_codecov: false
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ on:
type: boolean
description: Whether to use the newer azcore+azidentity backend for REST and auth, or the older autorest
default: true
upload_codecov:
type: boolean
description: Whether to upload coverage reports to Codecov
default: true

env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
Expand Down Expand Up @@ -330,6 +334,7 @@ jobs:

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
if: inputs.upload_codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
# configured. See
# https://learn.microsoft.com/en-us/azure/active-directory/workload-identities/workload-identity-federation-create-trust?pivots=identity-wif-apps-methods-azp#github-actions
oidc_arm_client_id: ""
upload_codecov: false

publish:
uses: ./.github/workflows/publish.yml
Expand Down