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: JuliaCI/Coverage.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: JuliaCI/Coverage.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 20, 2021

  1. Rephrase instructions for local usage (#327)

    The rewords some of the instructions in the README for local coverage measurement. The major changes & their motivations are:
    
    - indicate the purpose of each step before describing the mechanics of the step. This also makes it easier to indicate that one does not necessarily need to measure summary statistics if one's only goal is to find lines lacking coverage.
    - prioritize `Pkg.test(; coverage=true)` above manual measurement. Most users will want the simpler option.
    - clarify the role of the `.info` tracefile. This allows users to determine when they need to supply the more complex set of options. By presenting it as a choice it also makes it clearer that you don't need to execute both lines.
    - acknowledge limitations in the accuracy of Julia's coverage analysis
    timholy authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    e22e4fe View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. 2 Configuration menu
    Copy the full SHA
    5872cf7 View commit details
    Browse the repository at this point in the history
Loading