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 wildcards being quoted #6

Merged
merged 1 commit into from
Apr 12, 2023
Merged

fix wildcards being quoted #6

merged 1 commit into from
Apr 12, 2023

Conversation

k-yle
Copy link
Contributor

@k-yle k-yle commented Apr 12, 2023

as per the spec, * shoud not be surrounded by quotes

@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Merging #6 (bdc813c) into latest (e45fbc7) will increase coverage by 0.03%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           latest       #6      +/-   ##
==========================================
+ Coverage   98.83%   98.86%   +0.03%     
==========================================
  Files           2        2              
  Lines          85       87       +2     
  Branches       23       24       +1     
==========================================
+ Hits           84       86       +2     
  Misses          1        1              
Impacted Files Coverage Δ
src/csp.types.ts 100.00% <ø> (ø)
src/index.ts 98.39% <ø> (+0.06%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3902b7a...bdc813c. Read the comment docs.

@josh-hemphill josh-hemphill merged commit 9e95ca1 into josh-hemphill:latest Apr 12, 2023
github-actions bot pushed a commit that referenced this pull request Apr 12, 2023
## [1.1.10](v1.1.9...v1.1.10) (2023-04-12)

### Bug Fixes

* wildcards being quoted ([#6](#6)) ([9e95ca1](9e95ca1))
@k-yle k-yle deleted the wildcard branch April 12, 2023 08:49
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.

None yet

2 participants