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

Extend invalid characters for checking #428

Merged
merged 4 commits into from
Aug 13, 2024

Conversation

nanjiangshu
Copy link
Contributor

Related issue(s) and PR(s)
This PR closes #330

Description
The set of invalid characters is extended to match with s3inbox, see this PR for details.

How to test

@nanjiangshu nanjiangshu requested a review from a team August 8, 2024 21:11
@codecov-commenter
Copy link

codecov-commenter commented Aug 8, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.24%. Comparing base (69e2752) to head (c38c705).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #428   +/-   ##
=======================================
  Coverage   41.24%   41.24%           
=======================================
  Files          13       13           
  Lines        2051     2051           
=======================================
  Hits          846      846           
  Misses       1084     1084           
  Partials      121      121           
Flag Coverage Δ
unittests 41.24% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

@pahatz pahatz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

helpers/helpers_test.go Outdated Show resolved Hide resolved
Co-authored-by: Alex Aperis <76202622+aaperis@users.noreply.github.com>
@jbygdell jbygdell added this pull request to the merge queue Aug 13, 2024
Merged via the queue into main with commit 0fcdb1c Aug 13, 2024
6 checks passed
@jbygdell jbygdell deleted the feature/extend-invalid-characters branch August 13, 2024 06:35
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.

Extend the set of checked invalid characters to match that of s3inbox
5 participants