Skip to content

MunaNasher_week01_Git#22

Open
MunaNasher wants to merge 1 commit intoHackYourAssignment:mainfrom
MunaNasher:main
Open

MunaNasher_week01_Git#22
MunaNasher wants to merge 1 commit intoHackYourAssignment:mainfrom
MunaNasher:main

Conversation

@MunaNasher
Copy link

MunaNsher/c55-core-week01

@github-actions
Copy link

📝 HackYourFuture auto grade

Assignment Score: 53 / 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 does not exist: project/settings.conf
✅ Path exists: project/resources
❌ Path does not exist: project/resources/icon.png
✅ Path exists: project/resources/logo.png
❌ Path does not exist: project/src
❌ Path does not exist: project/src/program.js
❌ Path does not exist: 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
❌ Error reading file: 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: <paste here your github username>
▶️ Downloading profile README from: https://raw.githubusercontent.com/<paste here your github username>/<paste here your github username>/main/README.md
❌ Failed to download profile README: HTTP 404: Not Found
❌ Profile does not contain GitHub top languages widget
❌ Profile does not contain GitHub streaks widget
❌ Profile does not contain an animated title

======================= Summary =======================
- Task 1 Score: 75%
- Task 2 Score: 0%
Total Score: 53%
Min passing score: 50%

@remarcmij remarcmij self-assigned this Jan 17, 2026
Copy link

@remarcmij remarcmij left a comment

Choose a reason for hiding this comment

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

Hi @MunaNasher, despite the error in the name of the src folder, your script works as required. Your GitHub profile is however missing the Top Languages and Streak cards.

git init


mkdir -p resources sec/database sec/profile

Choose a reason for hiding this comment

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

You have misread the name of the required folder sec -> src. That's why the autograder flagged some errors.

Suggested change
mkdir -p resources sec/database sec/profile
mkdir -p resources src/database src/profile


mkdir -p resources sec/database sec/profile
touch README.md setting.conf
touch "resources/Family picture.jpg" resources/Icon.png resources/logo.png

Choose a reason for hiding this comment

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

👍 for placing quotes around the file name with a space

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants