Skip to content

Setup workflow with private tests repo#1616

Merged
sequba merged 27 commits intodevelopfrom
feature/HF-49_Take-tests-out-from-GitHub-public-repo
Mar 4, 2026
Merged

Setup workflow with private tests repo#1616
sequba merged 27 commits intodevelopfrom
feature/HF-49_Take-tests-out-from-GitHub-public-repo

Conversation

@qunabu
Copy link

@qunabu qunabu commented Feb 17, 2026

Task: https://app.clickup.com/t/9015210959/HF-49


Note

Cursor Bugbot is generating a summary for commit 1f45bc4. Configure here.

@qunabu qunabu self-assigned this Feb 17, 2026
@qunabu
Copy link
Author

qunabu commented Feb 17, 2026

@qunabu qunabu changed the base branch from master to develop February 17, 2026 14:44
@qunabu qunabu requested a review from sequba February 17, 2026 18:04
@sequba sequba assigned sequba and unassigned qunabu Mar 4, 2026
@sequba sequba changed the title Feature/hf 49 take tests out from GitHub public repo Setup workflow with private tests repo Mar 4, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

path: test/hyperformula-tests

- name: Fetch hyperformula-tests and sync branches
run: cd test && ./fetch-tests.sh
Copy link

Choose a reason for hiding this comment

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

Performance workflow runs missing script from base checkout

High Severity

The "Fetch hyperformula-tests and sync branches" step runs ./fetch-tests.sh against the base branch checkout (line 30 uses ref: ${{ github.event.pull_request.base.sha }}). Since test/fetch-tests.sh is a new file introduced in this PR, it won't exist in any base branch that predates this merge, causing the step to fail with "No such file or directory". The test.yml workflow avoids this because its checkout uses the default ref (the PR's own code).

Additional Locations (1)

Fix in Cursor Fix in Web

@sequba sequba merged commit c96a600 into develop Mar 4, 2026
31 of 32 checks passed
@sequba sequba deleted the feature/HF-49_Take-tests-out-from-GitHub-public-repo branch March 4, 2026 12:12
@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.18%. Comparing base (45ed5b8) to head (1f45bc4).
⚠️ Report is 14 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1616   +/-   ##
========================================
  Coverage    97.18%   97.18%           
========================================
  Files          172      172           
  Lines        14834    14834           
  Branches      3257     3257           
========================================
  Hits         14417    14417           
- Misses         409      417    +8     
+ Partials         8        0    -8     

see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants