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

Fix script_annotations_artifact_passing example #786

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Conversation

elliotgunton
Copy link
Collaborator

Pull Request Checklist

Description of PR
Currently, the script annotation artifact passing example is wrong because it doesn't specify a Path in the input or use an ArtifactLoader. However, the path will not generally be used in the function, so in future we might populate this automatically.

The Script guide was correct, so didn't need to change anything there.

Signed-off-by: Elliot Gunton <egunton@bloomberg.net>
@elliotgunton elliotgunton added semver:patch A change requiring a patch version bump type:documentation A documentation update labels Sep 27, 2023
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

Merging #786 (b6d25d0) into main (013445e) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #786   +/-   ##
=====================================
  Coverage   78.4%   78.4%           
=====================================
  Files         45      45           
  Lines       3643    3643           
  Branches     734     734           
=====================================
  Hits        2859    2859           
  Misses       587     587           
  Partials     197     197           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@samj1912 samj1912 enabled auto-merge (squash) September 27, 2023 12:08
@samj1912 samj1912 merged commit 650063e into main Sep 27, 2023
17 checks passed
@samj1912 samj1912 deleted the fix-artifact-example branch September 27, 2023 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants