-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Comparing changes
Open a pull request
base repository: github/copilot-cli-for-beginners
base: main
head repository: simari1/copilot-cli-for-beginners
compare: main
- 10 commits
- 14 files changed
- 3 contributors
Commits on May 2, 2026
-
chore(package): update package.json configuration/dependencies
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 15f2508 - Browse repository at this point
Copy the full SHA 15f2508View commit details -
feat(book-app): refine CLI behavior and data handling
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 63ac568 - Browse repository at this point
Copy the full SHA 63ac568View commit details -
test(book-app): add unit tests for utils
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f0b9f8a - Browse repository at this point
Copy the full SHA f0b9f8aView commit details -
docs(reports): add generated reports
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for edd9131 - Browse repository at this point
Copy the full SHA edd9131View commit details -
chore(tests): add HTML coverage report for book-app sample
Adds pytest-cov, pytest.ini, .coveragerc, requirements-dev.txt; updates README and root package.json test script to install coverage dependencies. Coverage HTML output to samples/book-app-project/reports/coverage-html. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7a25f75 - Browse repository at this point
Copy the full SHA 7a25f75View commit details -
Merge pull request #1 from simari1/add-html-coverage-report
Add HTML coverage report for book-app sample
Configuration menu - View commit details
-
Copy full SHA for 691292d - Browse repository at this point
Copy the full SHA 691292dView commit details -
Fix book collection title handling and tests
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 869a3df - Browse repository at this point
Copy the full SHA 869a3dfView commit details -
Merge pull request #2 from simari1/add-html-coverage-report
Add HTML coverage report
Configuration menu - View commit details
-
Copy full SHA for 87c5a86 - Browse repository at this point
Copy the full SHA 87c5a86View commit details
Commits on Jun 7, 2026
-
feat(book-app): add find_by_year_range method to BookCollection
- Filters books by publication year range (inclusive boundaries) - Accepts reversed ranges by swapping start/end values automatically - Raises ValueError for non-integer inputs - Adds 6 pytest cases covering boundary, edge, and error paths - Minor formatting cleanup in python-reviewer.agent.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8eb2c59 - Browse repository at this point
Copy the full SHA 8eb2c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90093f - Browse repository at this point
Copy the full SHA e90093fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main