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: codeclimate-community/simplecov_json_formatter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.3
Choose a base ref
...
head repository: codeclimate-community/simplecov_json_formatter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 12 files changed
  • 7 contributors

Commits on Feb 12, 2022

  1. Group support (#2)

    * small README formatting fix
    
    * Make tests run independent of work directory
    
    Nicer dev experience, to avoid using docker for a relatively
    simple gem.
    
    * fix typos
    
    * run against newest SimpleCov
    
    * Report groups overall coverage percentage
    
    * Accomodate for multiple coverage types
    
    * force ci
    
    * rubocop autofix
    
    * ah missed on instance of paths
    PragTob authored Feb 12, 2022
    Configuration menu
    Copy the full SHA
    5cfb07f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Release Notes 0.1.4 (#3)

    f-moya authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    a034611 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Fix link typo

    borisrorsvort authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a1ef100 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from borisrorsvort/patch-1

    Fix link typo
    RubyBrewsday authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ce9fdb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Remove extra spaces (#8)

    * Remove extra spaces
    
    * Update lib/simplecov_json_formatter.rb
    
    Co-authored-by: Benjamin Quorning <22333+bquorning@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Benjamin Quorning <22333+bquorning@users.noreply.github.com>
    eggplants and bquorning authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    54b74c0 View commit details
    Browse the repository at this point in the history
  2. test_files is obsolete (#9)

    - No functional purpose since 2014
    - See: rubygems/guides#90
    pboling authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    13bddf2 View commit details
    Browse the repository at this point in the history
Loading