Skip to content

Commit 50c62b6

Browse files
authored
Merge pull request #85 from ChevronETC/cifix
fix code cov in ci
2 parents bc00ae4 + 90e4495 commit 50c62b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ jobs:
4646
TENANT: ${{ secrets.TENANT_ID }}
4747
STORAGE_ACCOUNT: "s${{ steps.uuid.outputs.uuid }}"
4848
- uses: julia-actions/julia-processcoverage@v1
49-
- uses: codecov/codecov-action@v1
49+
- uses: codecov/codecov-action@v5
5050
with:
5151
file: lcov.info
52+
token: ${{ secrets.CODECOV_TOKEN }}
5253
- name: Run Az CLI script - delete resource group / storage accounts
5354
run: |
5455
az group delete -n "AzureBackupRG-azstorage-${{ matrix.os }}-${{ matrix.version }}-${{ github.run_id }}" --yes

0 commit comments

Comments
 (0)