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

Installed and Added Prettier Tool to Another Branch #63

Closed
wants to merge 4 commits into from

Conversation

anna-mat
Copy link

@anna-mat anna-mat commented Oct 28, 2024

Tool not from Starter List

Note: Installed Prettier Tool to another branch due to conflicts with Lint and Prettier code style in first branch causing Github actions to fail.

Files Added:
prettier-install-log.txt
prettier-check-log.txt

Description:
Successfully installed Prettier and logged that NPM packages were installed by including terminal output in prettier-install-log.txt.

Screenshot 2024-10-23 at 9 51 47 PM

The Prettier tool was added to the package.json file. This can be found on line 163 in the package.json file (which is listed inside the .gitignore file).

Screenshot 2024-10-24 at 4 05 51 PM

Demonstrated that Prettier successfully runs on the repository by running npx prettier . --check and getting the following output meaning that the tool checked to see what files need to be changed to the Prettier code style.

Screenshot 2024-10-22 at 6 38 19 PM

Was able to log these changes in the output file prettier-check-log.txt by running npx prettier --list-different . to identify what files were different from Prettier's expected code style and formatting.

Screenshot 2024-10-23 at 9 51 38 PM

@coveralls
Copy link

coveralls commented Oct 28, 2024

Pull Request Test Coverage Report for Build 11575370810

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.005%) to 82.671%

Files with Coverage Reduction New Missed Lines %
src/meta/errors.js 1 76.74%
Totals Coverage Status
Change from base Build 11494762754: -0.005%
Covered Lines: 22330
Relevant Lines: 25591

💛 - Coveralls

@anna-mat anna-mat changed the title Added Prettier Tool to Another Branch to Test Workflow Added Prettier Tool to Another Branch to Test Github Actions & Workflow Oct 28, 2024
@anna-mat anna-mat changed the title Added Prettier Tool to Another Branch to Test Github Actions & Workflow Installed and Added Prettier Tool to Another Branch Oct 29, 2024
@anna-mat anna-mat requested a review from kmehta5 October 29, 2024 15:04
@anna-mat anna-mat self-assigned this Oct 29, 2024
Copy link

@kmehta5 kmehta5 left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@anna-mat anna-mat closed this Oct 29, 2024
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.

3 participants