Skip to content

Conversation

@stephen-riggs
Copy link
Contributor

@stephen-riggs stephen-riggs commented Aug 21, 2025

This updates the capture_post/get/delete calls to take in the router name and function instead of a url. The url is then constructed.
By doing this any failed calls can send the function name on for reuse.

@codecov
Copy link

codecov bot commented Aug 22, 2025

Codecov Report

❌ Patch coverage is 37.40458% with 82 lines in your changes missing coverage. Please review.
✅ Project coverage is 33.58%. Comparing base (5bf67cc) to head (3373fd5).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #651   +/-   ##
=======================================
  Coverage   33.57%   33.58%           
=======================================
  Files          92       92           
  Lines       11256    11176   -80     
  Branches     1474     1469    -5     
=======================================
- Hits         3779     3753   -26     
+ Misses       7350     7296   -54     
  Partials      127      127           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stephen-riggs stephen-riggs merged commit 2287de9 into main Sep 3, 2025
17 checks passed
@stephen-riggs stephen-riggs deleted the failed-post-refactor branch September 3, 2025 08:25
stephen-riggs added a commit that referenced this pull request Sep 3, 2025
Updates the cli tool used for reposting failed calls, so that it works by calling functions directly.

Also updates the router spec and changes the tool for generating that to add session_id where needed. Problems seemed to occur for the two instances where the argument type is Union, which may need fixing in future.

Needs to be merged after #651
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.

3 participants