We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc00ae4 + 90e4495 commit 50c62b6Copy full SHA for 50c62b6
.github/workflows/ci.yml
@@ -46,9 +46,10 @@ jobs:
46
TENANT: ${{ secrets.TENANT_ID }}
47
STORAGE_ACCOUNT: "s${{ steps.uuid.outputs.uuid }}"
48
- uses: julia-actions/julia-processcoverage@v1
49
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v5
50
with:
51
file: lcov.info
52
+ token: ${{ secrets.CODECOV_TOKEN }}
53
- name: Run Az CLI script - delete resource group / storage accounts
54
run: |
55
az group delete -n "AzureBackupRG-azstorage-${{ matrix.os }}-${{ matrix.version }}-${{ github.run_id }}" --yes
0 commit comments