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: codebtech/coveragebadge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: codebtech/coveragebadge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.3
Choose a head ref
  • 9 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    220d15a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35e4973 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from codebtech/feat/coding-standards-config

    Add MIT license and update dependencies in composer.json.
    m0hanraj authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a751cbf View commit details
    Browse the repository at this point in the history
  4. Add PHPStan and modify error handling in BadgeComposer

    This commit adds PHPStan and its related strict rules and deprecation rules to the `composer.json`. It also modifies the `finalizeCoverage` method in `BadgeComposer` to handle errors when badge template file is missing. A test for this scenario has been added to `BadgeComposerTest.php`.
    mohanrajpac committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    2dfa014 View commit details
    Browse the repository at this point in the history
  5. Correct spelling and improve error handling in tests

    This commit corrects a misspelling of 'manipulate' and changes the expected error type in BadgeComposerTest's finalizeCoverage method. The test now anticipates a Throwable exception when a badge template file is missing, enhancing error handling.
    mohanrajpac committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    bad3abf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #18 from codebtech/feat/phpstan

    Add PHPStan and modify error handling in BadgeComposer
    m0hanraj authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    4ec24e9 View commit details
    Browse the repository at this point in the history
  7. Added phpmd support for code quality checks

    This commit introduces phpmd as a new dependency for code quality checks and has created a phpmd.xml configuration file for it. Moreover, the composer.json has been updated to include a dedicated command for running phpmd code quality checks.
    mohanrajpac committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    0dd8f2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d937b7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #19 from codebtech/feat/phpmd

    Added phpmd support for code quality checks
    m0hanraj authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    c87e91c View commit details
    Browse the repository at this point in the history
Loading