Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily revert to inline glob search #889

Merged

Conversation

michaeldiamant
Copy link
Contributor

Summary

#888 introduces a bug due to bash's ordering of brace and parameter expansion. The commit supports parameter expansion at the expense of dropping the environment variable.

I'll restore external configuration in a subsequent PR.

Test Plan

Running the script shows inclusion of expanded test files: script_output.txt

algorand#888 introduces a bug due to bash's ordering of brace and parameter expansion.  The commit supports parameter expansion at the expense of dropping the environment variable.  I'll restore external configuration in a subsequent PR.
@codecov-commenter
Copy link

codecov-commenter commented Feb 18, 2022

Codecov Report

Merging #889 (6e0d0fb) into develop (860ed09) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #889   +/-   ##
========================================
  Coverage    58.73%   58.73%           
========================================
  Files           38       38           
  Lines         4495     4495           
========================================
  Hits          2640     2640           
  Misses        1528     1528           
  Partials       327      327           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 860ed09...6e0d0fb. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants