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

fix: onRequest returns No such file or directory #2798

Conversation

rajesh-jonnalagadda
Copy link

@rajesh-jonnalagadda rajesh-jonnalagadda commented Sep 9, 2024

Summary:
Briefly describe the changes made in this PR.

Issue Reference(s):
Fixes #2796
/claim #2796

Build & Testing:

  • I ran cargo test successfully.
  • I have run ./lint.sh --mode=fix to fix all linting issues raised by ./lint.sh --mode=check.

Checklist:

  • I have added relevant unit & integration tests.
  • I have updated the documentation accordingly.
  • I have performed a self-review of my code.
  • PR follows the naming convention of <type>(<optional scope>): <title>

@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label Sep 9, 2024
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes missing coverage. Please review.

Project coverage is 87.10%. Comparing base (36aba8f) to head (439ce48).

Files with missing lines Patch % Lines
src/cli/tc/run.rs 0.00% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2798      +/-   ##
==========================================
- Coverage   87.14%   87.10%   -0.04%     
==========================================
  Files         254      254              
  Lines       25144    25154      +10     
==========================================
  Hits        21911    21911              
- Misses       3233     3243      +10     

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

@rajesh-jonnalagadda rajesh-jonnalagadda changed the title fix: use absolute files paths instead of args file paths fix: Use Absolute File Paths Instead of Relative Paths in Command Handling Sep 9, 2024
@rajesh-jonnalagadda rajesh-jonnalagadda changed the title fix: Use Absolute File Paths Instead of Relative Paths in Command Handling fix: onRequest returns No such file or directory Sep 9, 2024
@rajesh-jonnalagadda rajesh-jonnalagadda changed the title fix: onRequest returns No such file or directory fix(file-handler): onRequest returns No such file or directory Sep 9, 2024
@rajesh-jonnalagadda rajesh-jonnalagadda changed the title fix(file-handler): onRequest returns No such file or directory fix: onRequest returns No such file or directory Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋 Bounty claim type: fix Iterations on existing features or infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: onRequest returns No such file or directory
1 participant