Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Recover broken find pattern for UNIX #185

Merged
merged 5 commits into from Jul 22, 2020

Commits on Jul 21, 2020

  1. Recover broken find pattern for UNIX (again)

    ref: codecov#184
    continuous from: ada583b
    
    codecov#180 makes `find` command change to run through
    `execFileSync()`. However, it always returns empty result because of
    the quote has over-included as the filename of search condition. So
    removed quotes from generated conditions.
    
    In addition, removing brackets from find arguments (a4cc565) has
    affected to the result of finding coverage files. This commit reverts
    brackets to get back the original search condition too.
    
    Previously quotes and escaped-brackets are required to run command on
    the shell environment, but no longer need them because of using
    `execFileSync()` that is disabled shell environment by default.
    yhatt committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    e3ff6ce View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    29b4998 View commit details
    Browse the repository at this point in the history
  2. Update network logic

    thomasrockhu committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    0b72631 View commit details
    Browse the repository at this point in the history
  3. Force a commit

    thomasrockhu committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    7a74556 View commit details
    Browse the repository at this point in the history
  4. Trigger

    thomasrockhu committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    537ae90 View commit details
    Browse the repository at this point in the history