Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/copilot-cli-for-beginners
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: simari1/copilot-cli-for-beginners
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 14 files changed
  • 3 contributors

Commits on May 2, 2026

  1. chore(package): update package.json configuration/dependencies

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    simari1 and Copilot committed May 2, 2026
    Configuration menu
    Copy the full SHA
    15f2508 View commit details
    Browse the repository at this point in the history
  2. feat(book-app): refine CLI behavior and data handling

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    simari1 and Copilot committed May 2, 2026
    Configuration menu
    Copy the full SHA
    63ac568 View commit details
    Browse the repository at this point in the history
  3. test(book-app): add unit tests for utils

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    simari1 and Copilot committed May 2, 2026
    Configuration menu
    Copy the full SHA
    f0b9f8a View commit details
    Browse the repository at this point in the history
  4. docs(reports): add generated reports

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    simari1 and Copilot committed May 2, 2026
    Configuration menu
    Copy the full SHA
    edd9131 View commit details
    Browse the repository at this point in the history
  5. 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>
    simari1 and Copilot committed May 2, 2026
    Configuration menu
    Copy the full SHA
    7a25f75 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from simari1/add-html-coverage-report

    Add HTML coverage report for book-app sample
    simari1 authored May 2, 2026
    Configuration menu
    Copy the full SHA
    691292d View commit details
    Browse the repository at this point in the history
  7. Fix book collection title handling and tests

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    simari1 and Copilot committed May 2, 2026
    Configuration menu
    Copy the full SHA
    869a3df View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from simari1/add-html-coverage-report

    Add HTML coverage report
    simari1 authored May 2, 2026
    Configuration menu
    Copy the full SHA
    87c5a86 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2026

  1. 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>
    simari1 and Copilot committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    8eb2c59 View commit details
    Browse the repository at this point in the history
  2. add copilot-instructions.md

    simari1 committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    e90093f View commit details
    Browse the repository at this point in the history
Loading