Skip to content
Draft
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
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ jobs:

- name: Install Linux build dependencies
run: |
dnf install -y elfutils-devel cmake libuuid-devel openssl openssl-devel cyrus-sasl-devel cyrus-sasl-plain swig make libwebsockets-devel libnghttp2-devel ccache libasan libubsan libtsan libunwind-devel
dnf install -y git elfutils-devel cmake libuuid-devel openssl openssl-devel cyrus-sasl-devel cyrus-sasl-plain swig make libwebsockets-devel libnghttp2-devel ccache libasan libubsan libtsan libunwind-devel

- name: Install Linux build dependencies (Fedora)
if: ${{ matrix.container == 'fedora' }}
Expand Down Expand Up @@ -824,11 +824,11 @@ jobs:
# https://github.com/codecov/codecov-action
- name: Upload C Coverage
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ${{matrix.covType}}tests
verbose: true
gcov: true
plugins: gcov, pycoverage
name: skupper-router
root_dir: .
working-directory: ${{github.workspace}}/skupper-router
Expand All @@ -842,7 +842,7 @@ jobs:

- name: Upload Python Coverage
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: py${{matrix.covType}}tests
verbose: true
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ edition = "2021"

[dev-dependencies]
again = "0.1"
bollard = "0.15"
bollard = "0.16"
futures = "0.3"
tokio = { version = "1", features = ["macros", "time"] }
tokio = { version = "1", features = ["macros", "time", "rt-multi-thread"] }
speculoos = "0.11.0"