Skip to content

Conversation

brbrr
Copy link
Contributor

@brbrr brbrr commented Oct 8, 2025

This PR adds names to the depoly-test jobs which should make it clear which test run is what when looking into the workflow summary view.

before: https://github.com/NethermindEth/juno/actions/runs/18344356508
after: https://github.com/NethermindEth/juno/actions/runs/18341504367

@Copilot Copilot AI review requested due to automatic review settings October 8, 2025 08:46
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces dynamic job names to GitHub Actions workflows by adding a configurable job_name parameter to the starknet-go-tests workflow and updating the deploy-and-test workflow to use descriptive names for different test jobs.

  • Added a new job_name input parameter to the starknet-go-tests workflow
  • Updated quote style from single to double quotes for consistency
  • Implemented dynamic job naming in both workflows to distinguish between v0.8 and v0.9 test runs

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/starknet-go-tests.yml Added job_name input parameter and applied dynamic naming to the test job
.github/workflows/deploy-and-test.yaml Added name parameters for v0.8 and v0.9 test job calls

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@rodrigo-pino rodrigo-pino changed the title Use dynamic job names in depoly and test CI workflow chore: use dynamic job names in depoly and test CI workflow Oct 8, 2025
Copy link

codecov bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.44%. Comparing base (d81a20c) to head (0b92cb9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3161      +/-   ##
==========================================
- Coverage   73.66%   73.44%   -0.22%     
==========================================
  Files         305      305              
  Lines       34876    34964      +88     
==========================================
- Hits        25691    25679      -12     
- Misses       7538     7627      +89     
- Partials     1647     1658      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@brbrr brbrr enabled auto-merge (squash) October 8, 2025 16:13
@brbrr brbrr self-assigned this Oct 9, 2025
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.

1 participant