From 0a0ab13f84e3930e203a412ae08c127b282ab675 Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Sun, 26 Jan 2025 15:00:56 -0500 Subject: T7006: update to fix interface tests (#374) * T7008: update to fix interface tests * T7006: fix: tests for interfaces * T7006: further work on interfaces * test: attempt to fix codecov on branch * test: unwind cli_config loops for 1.4 * fix: vif handling in replace,override,delete * fix: vif handling and docs --- .github/workflows/codecoverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index a8a3d658..97adfb8a 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -62,9 +62,10 @@ jobs: working-directory: ${{ steps.identify.outputs.collection_path }} - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: directory: ${{ steps.identify.outputs.collection_path }} fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN }} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} -- cgit v1.2.3