Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable codecov #7421

Merged
merged 8 commits into from
Apr 1, 2024
Merged

Enable codecov #7421

merged 8 commits into from
Apr 1, 2024

Conversation

youngbupark
Copy link

Description

This is to enable Codecov for coverage report.

Type of change

  • This pull request fixes a bug in Radius and has an approved issue (issue link required).
  • This pull request adds or changes features of Radius and has an approved issue (issue link required).
  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional).

Fixes: #issue_number

Signed-off-by: Young Bu Park <youngp@microsoft.com>
Copy link

github-actions bot commented Mar 30, 2024

Test Results

3 135 tests  ±0   3 128 ✅ ±0   3m 25s ⏱️ -13s
  261 suites ±0       7 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 95638fd. ± Comparison against base commit 9f8ed7f.

♻️ This comment has been updated with latest results.

@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Signed-off-by: Young Bu Park <youngp@microsoft.com>
@youngbupark youngbupark changed the title [WIP] Enable codecov Enable codecov Mar 30, 2024
@youngbupark youngbupark marked this pull request as ready for review March 30, 2024 23:22
@youngbupark youngbupark requested review from a team as code owners March 30, 2024 23:22
@radius-functional-tests
Copy link

radius-functional-tests bot commented Mar 30, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref a00f9d1
Unique ID func285412124f
Image tag pr-func285412124f
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func285412124f
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func285412124f
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func285412124f
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func285412124f
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting cli functional tests...
⌛ Starting ucp functional tests...
⌛ Starting datastoresrp functional tests...
⌛ Starting kubernetes functional tests...
⌛ Starting shared functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting samples functional tests...
✅ kubernetes functional tests succeeded
✅ ucp functional tests succeeded
✅ msgrp functional tests succeeded
✅ samples functional tests succeeded
✅ datastoresrp functional tests succeeded
✅ cli functional tests succeeded
✅ daprrp functional tests succeeded
✅ shared functional tests succeeded

Signed-off-by: Young Bu Park <youngp@microsoft.com>
wip
Signed-off-by: Young Bu Park <youngp@microsoft.com>
@radius-functional-tests
Copy link

radius-functional-tests bot commented Apr 1, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref a18065b
Unique ID func05f047b87c
Image tag pr-func05f047b87c
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func05f047b87c
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func05f047b87c
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func05f047b87c
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func05f047b87c
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting cli functional tests...
⌛ Starting datastoresrp functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting ucp functional tests...
⌛ Starting samples functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting shared functional tests...
⌛ Starting kubernetes functional tests...
✅ msgrp functional tests succeeded
✅ samples functional tests succeeded
✅ ucp functional tests succeeded
✅ daprrp functional tests succeeded
✅ datastoresrp functional tests succeeded
✅ kubernetes functional tests succeeded
✅ cli functional tests succeeded
✅ shared functional tests succeeded

codecov.yml Outdated
ignore:
- "**/*mock*"
- "pkg/armrpc/rpctest/*"
- "pkg/datamodel/*.go"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment for each of these explaining why we should exclude it? In particular I'm curious about the datamodel.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the comments. Regarding datamodel, I migrated old code to codecov yml, but I do not remember why I excluded this one in the old script :) I removed this now in codecov.

Signed-off-by: Young Bu Park <youngp@microsoft.com>
Signed-off-by: Young Bu Park <youngp@microsoft.com>
coverage:
precision: 2
round: down
range: "50...100"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will increase starting percentage after this pr is merged.

if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux' && github.ref == 'refs/heads/main'
with:
path: ./dist/cache
key: radius-coverage-${{ github.sha }}-${{ github.run_number }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😁👋 thank you for your service

rynowak
rynowak previously approved these changes Apr 1, 2024
@radius-functional-tests
Copy link

radius-functional-tests bot commented Apr 1, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref bd42345
Unique ID funcab25a3c452
Image tag pr-funcab25a3c452
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-funcab25a3c452
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-funcab25a3c452
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcab25a3c452
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcab25a3c452
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
❌ Test tool installation for kubernetes failed. Please check the logs for more details
❌ Test tool installation for ucp failed. Please check the logs for more details
❌ Test tool installation for cli failed. Please check the logs for more details
❌ Failed to install Radius for ucp functional test. Please check the logs for more details
❌ Failed to install Radius for cli functional test. Please check the logs for more details
❌ Failed to install Radius for datastoresrp functional test. Please check the logs for more details
❌ Test tool installation for msgrp failed. Please check the logs for more details
❌ ucp functional test failed. Please check the logs for more details
❌ Failed to install Radius for msgrp functional test. Please check the logs for more details
❌ Failed to install Radius for shared functional test. Please check the logs for more details
❌ cli functional test failed. Please check the logs for more details
❌ shared functional test failed. Please check the logs for more details
❌ daprrp functional test cancelled. Please check the logs for more details

@radius-functional-tests
Copy link

radius-functional-tests bot commented Apr 1, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 632815f
Unique ID func6f556ad54c
Image tag pr-func6f556ad54c
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func6f556ad54c
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func6f556ad54c
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func6f556ad54c
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func6f556ad54c
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting kubernetes functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting shared functional tests...
⌛ Starting ucp functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting samples functional tests...
⌛ Starting cli functional tests...
⌛ Starting datastoresrp functional tests...
✅ kubernetes functional tests succeeded
❌ msgrp functional test failed. Please check the logs for more details
❌ samples functional test cancelled. Please check the logs for more details
❌ datastoresrp functional test cancelled. Please check the logs for more details
❌ shared functional test cancelled. Please check the logs for more details
❌ cli functional test cancelled. Please check the logs for more details

Signed-off-by: Young Bu Park <youngp@microsoft.com>
@radius-functional-tests
Copy link

radius-functional-tests bot commented Apr 1, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 95638fd
Unique ID func4417d528bf
Image tag pr-func4417d528bf
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func4417d528bf
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func4417d528bf
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func4417d528bf
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func4417d528bf
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting daprrp functional tests...
⌛ Starting shared functional tests...
⌛ Starting cli functional tests...
⌛ Starting datastoresrp functional tests...
⌛ Starting samples functional tests...
⌛ Starting ucp functional tests...
⌛ Starting kubernetes functional tests...
✅ samples functional tests succeeded
✅ daprrp functional tests succeeded
✅ msgrp functional tests succeeded
✅ datastoresrp functional tests succeeded
✅ cli functional tests succeeded
✅ shared functional tests succeeded

@youngbupark youngbupark merged commit 36050b0 into main Apr 1, 2024
18 checks passed
@youngbupark youngbupark deleted the youngp/use-report branch April 1, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants