Skip to content

fix(web): send CSRF token on fetch-based webGUI requests#2039

Open
elibosley wants to merge 3 commits into
mainfrom
fix/api-status-csrf-token
Open

fix(web): send CSRF token on fetch-based webGUI requests#2039
elibosley wants to merge 3 commits into
mainfrom
fix/api-status-csrf-token

style(web): apply prettier to ApiStatus.test.ts import order

f1592ee
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 14, 2026 in 1s

52.90% (+0.13%) compared to 2679fda

View this Pull Request on Codecov

52.90% (+0.13%) compared to 2679fda

Details

Codecov Report

❌ Patch coverage is 68.75000% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.90%. Comparing base (2679fda) to head (f1592ee).

Files with missing lines Patch % Lines
...d-ui/src/components/common/accordion/Accordion.vue 0.00% 2 Missing ⚠️
web/src/composables/services/request.ts 81.81% 2 Missing ⚠️
web/src/components/ApiStatus/ApiStatus.vue 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2039      +/-   ##
==========================================
+ Coverage   52.77%   52.90%   +0.13%     
==========================================
  Files        1035     1035              
  Lines       72060    72071      +11     
  Branches     8303     8318      +15     
==========================================
+ Hits        38031    38132     +101     
+ Misses      33903    33812      -91     
- Partials      126      127       +1     

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.