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: tag name case normalization #5

Merged
merged 1 commit into from
Mar 12, 2022
Merged

fix: tag name case normalization #5

merged 1 commit into from
Mar 12, 2022

Conversation

DylanPiercey
Copy link
Contributor

Description

No longer toLowerCase tag names since tag names in Marko are case sensitive.

resolves #4

Checklist:

  • I have updated/added documentation affected by my changes.
  • I have added tests to cover my changes.

@codecov
Copy link

codecov bot commented Mar 12, 2022

Codecov Report

Merging #5 (7dac0c4) into main (a7b061e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #5   +/-   ##
=======================================
  Coverage   93.10%   93.10%           
=======================================
  Files          11       11           
  Lines         348      348           
  Branches      110      110           
=======================================
  Hits          324      324           
  Misses         10       10           
  Partials       14       14           
Impacted Files Coverage Δ
src/index.ts 90.66% <100.00%> (ø)

Continue to review full report at Codecov.

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

@DylanPiercey DylanPiercey merged commit 42d0f7e into main Mar 12, 2022
@DylanPiercey DylanPiercey deleted the issue-4 branch March 12, 2022 04:25
@github-actions
Copy link

🎉 This PR is included in version 1.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Camel cased attribute tags transform to lowercase
1 participant