modular icon indicating copy to clipboard operation
modular copied to clipboard

Fix: Path resolution strategy for Flutter Web hosted outside of base path (issue #941)

Open camrongiuliani opened this issue 11 months ago • 2 comments

Description

Fix: Path resolution strategy for Flutter Web hosted outside of base path (issue #941)

Checklist

  • [X] The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • [X] I have read the Contributor Guide and followed the process outlined for submitting PRs.
  • [X] I have updated/added tests for ALL new/updated/fixed functionality.
  • [X] I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • [X] I have updated/added relevant examples in examples.

Breaking Change

  • [ ] Yes, this is a breaking change.
  • [X] No, this is not a breaking change.

Related Issues

Fixes: #941

camrongiuliani avatar Feb 26 '24 20:02 camrongiuliani

Hello! Apologies for the delay. I was having some personal problems. I need you to correct Ci's mistakes so we can continue. Thanks

jacobaraujo7 avatar Mar 25 '24 18:03 jacobaraujo7

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.51%. Comparing base (b838b40) to head (98c9188). Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #942      +/-   ##
==========================================
- Coverage   99.87%   99.51%   -0.37%     
==========================================
  Files          34        8      -26     
  Lines         824      206     -618     
==========================================
- Hits          823      205     -618     
  Misses          1        1              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 25 '24 18:03 codecov[bot]