diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-01-26 15:00:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-27 06:00:56 +1000 |
commit | 0a0ab13f84e3930e203a412ae08c127b282ab675 (patch) | |
tree | b52db22cfa3fc0994c0d3a2ccf20e34b32203e55 /.github/workflows | |
parent | fda50fe09d21b365264c6213bc5883201c460a29 (diff) | |
download | vyos.vyos-0a0ab13f84e3930e203a412ae08c127b282ab675.tar.gz vyos.vyos-0a0ab13f84e3930e203a412ae08c127b282ab675.zip |
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
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/codecoverage.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index a8a3d65..97adfb8 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 }} |