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: encode emojis in README.md badge images #1156

Merged
merged 4 commits into from
Dec 31, 2023

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Dec 31, 2023

PR Checklist

Overview

For each README.md image badge, I:

  1. Copied the image into Chrome's URL bar -> it stayed the same
  2. Copied the url into VS Code -> it became encoded like this

🤷 maybe this won't trip the same GitHub-side bug seen in #1155?

Copy link

codecov bot commented Dec 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6daf043) 94.30% compared to head (1f2cf71) 94.30%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1156   +/-   ##
=======================================
  Coverage   94.30%   94.30%           
=======================================
  Files          99       99           
  Lines        5657     5657           
  Branches      460      460           
=======================================
  Hits         5335     5335           
  Misses        321      321           
  Partials        1        1           
Flag Coverage Δ
create 70.22% <100.00%> (ø)
initialize 42.46% <0.00%> (ø)
migrate 69.64% <100.00%> (ø)
unit 72.27% <83.33%> (ø)

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.

<a href="http://npmjs.com/package/create-typescript-app"><img alt="📦 npm version" src="https://img.shields.io/npm/v/create-typescript-app?color=21bb42&label=📦%20npm" /></a>
<img alt="💪 TypeScript: Strict" src="https://img.shields.io/badge/💪_typescript-strict-21bb42.svg" />
<a href="https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="🤝 Code of Conduct: Kept" src="https://img.shields.io/badge/%F0%9F%A4%9D_code_of_conduct-kept-21bb42" /></a>
<a href="https://codecov.io/gh/JoshuaKGoldberg/create-typescript-app" target="_blank"><img alt="🧪 Coverage" src="https://img.shields.io/codecov/c/github/JoshuaKGoldberg/create-typescript-app?label=%F0%9F%A7%AA%20coverage" /></a>
Copy link
Owner Author

Choose a reason for hiding this comment

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

+ ... " /> ...
- ... "/> ...

...just a little nitpick while I'm here 😄

@JoshuaKGoldberg JoshuaKGoldberg merged commit 378d1b0 into main Dec 31, 2023
18 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the readme-badges-no-src-emojis branch December 31, 2023 21:09
Copy link

🎉 This is included in version v1.52.1 🎉

The release is available on:

Cheers! 📦🚀

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.

🐛 Bug: Two README.md badges are showing as invalid images
1 participant