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

Add support for argument type in Alfred's action API call. #74

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

deanishe
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Jul 12, 2021

Codecov Report

Merging #74 (4a3c900) into master (037ca95) will decrease coverage by 1.67%.
The diff coverage is 86.01%.

❗ Current head 4a3c900 differs from pull request most recent head b39e668. Consider uploading reports for the commit b39e668 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
- Coverage   86.80%   85.13%   -1.68%     
==========================================
  Files          27       25       -2     
  Lines        2107     1621     -486     
==========================================
- Hits         1829     1380     -449     
+ Misses        159      139      -20     
+ Partials      119      102      -17     
Impacted Files Coverage Δ
config.go 92.50% <ø> (-1.74%) ⬇️
config_bind.go 100.00% <ø> (ø)
workflow.go 86.44% <ø> (+0.07%) ⬆️
workflow_feedback.go 89.18% <ø> (-2.48%) ⬇️
workflow_options.go 92.85% <ø> (-1.51%) ⬇️
util/build/files.go 50.42% <33.33%> (-5.40%) ⬇️
cache.go 88.23% <57.14%> (-0.57%) ⬇️
keychain/keychain.go 78.26% <68.42%> (-0.69%) ⬇️
alfred.go 88.00% <81.81%> (+9.56%) ⬆️
update/github.go 90.32% <85.71%> (ø)
... and 33 more

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 8ee2777...b39e668. Read the comment docs.

New Alfred.ActionAsType() method to specify type of values being
actioned.
@deanishe deanishe merged commit 698a363 into master Jul 12, 2021
@deanishe deanishe deleted the feat/action-type branch July 12, 2021 15:07
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.

1 participant