Setup workflow with private tests repo#1616
Conversation
|
Task linked: HF-49 Take tests out from GitHub public repo |
…eature/HF-49_Take-tests-out-from-GitHub-public-repo
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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 🚀 New features to boost your workflow:
|


Task: https://app.clickup.com/t/9015210959/HF-49
Note
Cursor Bugbot is generating a summary for commit 1f45bc4. Configure here.