Skip to content

Comments

Monerh A#11

Open
Miuroro wants to merge 6 commits intoHackYourAssignment:mainfrom
Miuroro:main
Open

Monerh A#11
Miuroro wants to merge 6 commits intoHackYourAssignment:mainfrom
Miuroro:main

Conversation

@Miuroro
Copy link

@Miuroro Miuroro commented Jan 15, 2026

Assignment submission

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@rafaelhdr rafaelhdr self-assigned this Jan 22, 2026
Copy link

@rafaelhdr rafaelhdr left a comment

Choose a reason for hiding this comment

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

The task 1 is running great 👏
But it is missing some assignments. The wait tasks Wait for 3 seconds

There is a command in bash called sleep. Try to use it in the script.

task-1/setup.sh Outdated
cd src
rmdir profile
cd ..
cd resources

Choose a reason for hiding this comment

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

It works create, but sometimes you could use the path to remove it. So, you can save some lines.

So, instead of:

cd resources
rm familypicture.jpg
cd ..

You could do

rm resources/familypicture.jpg

Copy link
Author

Choose a reason for hiding this comment

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

thank you for the insight and guidance, i will commit the new changes..

@github-actions
Copy link

📝 HackYourFuture auto grade

Assignment Score: 75 / 100 ✅

Status: ✅ Passed
Minimum score to pass: 50
🧪 The auto grade is experimental and still being improved

Test Details
======================= Task 1 =======================
▶️ Running setup.sh...
✅ Successfully executed setup.sh.
✅ Script ran for at least 6 seconds
✅ Path exists: project
✅ Path exists: project/README.md
✅ Path exists: project/settings.conf
✅ Path exists: project/resources
✅ Path exists: project/resources/icon.png
✅ Path exists: project/resources/logo.png
✅ Path exists: project/src
✅ Path exists: project/src/program.js
✅ Path exists: project/src/database
✅ Path exists: project/.git
✅ Path does not exist: project/resources/family picture.jpg
✅ Path does not exist: project/src/profile
✅ Path does not exist: project/src/program.java
✅ File content is correct: project/src/program.js
✅ File content is correct: project/README.md
✅ Output has: "Creating project"
✅ Output has: "Setup project"
✅ Output has: "Setup JavaScript"
✅ Output has: "JavaScript works!"
✅ Output has: "icon.png"
✅ Output has: "All done!"
✅ Found 3 commits
✅ First commit message is "initial commit"

======================= Task 2 =======================
Your GitHub username: Miuroro
▶️ Downloading profile README from: https://raw.githubusercontent.com/Miuroro/Miuroro/main/README.md
❌ Profile does not contain GitHub top languages widget
❌ Profile does not contain GitHub streaks widget
✅ Profile contains an animated title

======================= Summary =======================
- Task 1 Score: 100%
- Task 2 Score: 17%
Total Score: 75%
Min passing score: 50%

Copy link

@rafaelhdr rafaelhdr left a comment

Choose a reason for hiding this comment

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

It is great. Good job 👍

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.

2 participants