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

Introduce paths and paths-ignore inputs. #383

Merged
merged 1 commit into from
Jan 19, 2022
Merged

Conversation

cristiangreco
Copy link
Contributor

These inputs can be used to build an allowlist and blocklist of patterns
where the action searches for Gradle Wrapper files to be updated.

@codecov-commenter
Copy link

codecov-commenter commented Jan 17, 2022

Codecov Report

Merging #383 (d4a61bc) into master (43a4527) will increase coverage by 1.06%.
The diff coverage is 97.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #383      +/-   ##
==========================================
+ Coverage   83.46%   84.53%   +1.06%     
==========================================
  Files          15       16       +1     
  Lines         502      543      +41     
  Branches       65       72       +7     
==========================================
+ Hits          419      459      +40     
- Misses         83       84       +1     
Impacted Files Coverage Δ
src/wrapper/find.ts 97.22% <97.22%> (ø)
src/inputs/index.ts 100.00% <100.00%> (ø)
src/tasks/main.ts 82.69% <100.00%> (-0.17%) ⬇️

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 43a4527...d4a61bc. Read the comment docs.

These inputs can be used to build an allowlist and blocklist of patterns
where the action searches for Gradle Wrapper files to be updated.
@cristiangreco cristiangreco merged commit 52e7f94 into master Jan 19, 2022
@cristiangreco cristiangreco deleted the paths-input branch January 19, 2022 09:32
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.

2 participants