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: kunwardeep/paralleltest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: kunwardeep/paralleltest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 6 commits
  • 96 files changed
  • 3 contributors

Commits on Apr 25, 2021

  1. Don't get fooled by non-testing variables

    Only calls to t.Run and t.Parallel should count. Without this, the
    linter might see a call to some other Run function and then complain
    that it contains no call to Parallel inside.
    
    This works by capturing the name of the testing.T parameter and only
    recognizing calls to Run and Parallel on variables with that name. False
    positives might occur if the parameter gets hidden.
    
    Fixed #9
    rkennedy committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    afb4be0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. update dependencies

    rarguelloF committed May 28, 2021
    Configuration menu
    Copy the full SHA
    7793f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba645cc View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    f99d07c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b9f74a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f435dce View commit details
    Browse the repository at this point in the history
Loading