|
@@ -57,7 +57,7 @@ jobs:
|
|
|
tree -nh /tmp/reports
|
|
|
-
|
|
|
name: Send to Codecov
|
|
|
- uses: codecov/codecov-action@v3
|
|
|
+ uses: codecov/codecov-action@v4
|
|
|
with:
|
|
|
directory: ./bundles
|
|
|
env_vars: RUNNER_OS
|
|
@@ -252,7 +252,7 @@ jobs:
|
|
|
curl -sSLf localhost:16686/api/traces?service=integration-test-client > $reportsPath/jaeger-trace.json
|
|
|
-
|
|
|
name: Send to Codecov
|
|
|
- uses: codecov/codecov-action@v3
|
|
|
+ uses: codecov/codecov-action@v4
|
|
|
with:
|
|
|
directory: ./bundles/test-integration
|
|
|
env_vars: RUNNER_OS
|
|
@@ -390,7 +390,7 @@ jobs:
|
|
|
curl -sSLf localhost:16686/api/traces?service=integration-test-client > $reportsPath/jaeger-trace.json
|
|
|
-
|
|
|
name: Send to Codecov
|
|
|
- uses: codecov/codecov-action@v3
|
|
|
+ uses: codecov/codecov-action@v4
|
|
|
with:
|
|
|
directory: ./bundles/test-integration
|
|
|
env_vars: RUNNER_OS
|