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: fgrosse/go-coverage-report
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: fgrosse/go-coverage-report
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 16 commits
  • 19 files changed
  • 7 contributors

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    3194929 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#49)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    c3951d5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Configuration menu
    Copy the full SHA
    3dda317 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#66)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.1.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.10.0...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-version: 1.11.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    ae3204f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Configuration menu
    Copy the full SHA
    e70aa7d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #72

    fgrosse committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    19e7411 View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    fgrosse committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    3756919 View commit details
    Browse the repository at this point in the history
  4. Add graceful fallback for missing baseline coverage (#71)

    * Add graceful fallback for missing baseline coverage
    
    When the baseline coverage artifact is unavailable (e.g., expired after
    90 days or no successful runs on target branch), the action now:
    
    - Continues instead of failing
    - Shows current coverage using an empty baseline
    - Adds a warning note to the PR comment explaining baseline is unavailable
    
    This prevents CI failures on PRs when baseline artifacts expire.
    znd4 authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    2385490 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Configuration menu
    Copy the full SHA
    45c4605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12be79 View commit details
    Browse the repository at this point in the history
  3. Add structured outputs to the GitHub Action (#74)

    * Add structured outputs to the GitHub Action
    
    Adds six new outputs (total_coverage, coverage_delta, coverage_trend,
    total_statements, covered_statements, missed_statements) so downstream
    steps can enforce thresholds or create badges without parsing Markdown.
    
    The go-coverage-report binary gains a -metrics-file flag that writes
    key=value pairs in GITHUB_OUTPUT format; the shell script passes this
    flag and appends the result to $GITHUB_OUTPUT. Closes #64.
    
    * Upgrade linting configuration to golangci-lint v2
    
    Migrates .golangci.yml to the v2 schema and expands the enabled linter
    set (gocritic, godot, gosec, nestif, revive, staticcheck, wastedassign).
    
    * Update CHANGELOG for #64
    
    * Update Go to 1.26 and golangci-lint to v2.11.3 in CI
    
    * Pin GitHub Actions to exact commit SHAs to prevent supply chain attacks
    fgrosse authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    764680f View commit details
    Browse the repository at this point in the history
  4. Release v1.3.0

    fgrosse committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    c30d794 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb278fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ce711c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6ab314 View commit details
    Browse the repository at this point in the history
  8. Add .envrc to .gitignore

    fgrosse committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    cbeb2ab View commit details
    Browse the repository at this point in the history
Loading