Skip to content

Support fetching build artifacts from GitHub Actions#47

Merged
yarikoptic merged 2 commits intomasterfrom
gh-44
May 14, 2021
Merged

Support fetching build artifacts from GitHub Actions#47
yarikoptic merged 2 commits intomasterfrom
gh-44

Conversation

@jwodder
Copy link
Copy Markdown
Contributor

@jwodder jwodder commented May 14, 2021

Closes #44.

@jwodder jwodder added the minor Increment the minor version when merged label May 14, 2021
Comment thread README.rst Outdated
ci:
github:
path: '{wf_name}/{number}/'
artifacts_path: '{wf_name}/{number}-artifacts/'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice... just a note: but for "releases" we would need an additional/separate artifacts_path specification (will not have wf_name etc)

@yarikoptic yarikoptic merged commit 9c155ca into master May 14, 2021
@yarikoptic yarikoptic deleted the gh-44 branch May 14, 2021 15:46
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 18, 2025

Codecov Report

Attention: Patch coverage is 0% with 121 lines in your changes missing coverage. Please review.

Project coverage is 2.29%. Comparing base (4e7af32) to head (0e9b9f6).
Report is 258 commits behind head on master.

Files with missing lines Patch % Lines
src/tinuous/__main__.py 0.00% 121 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master     #47      +/-   ##
=========================================
- Coverage    2.60%   2.29%   -0.31%     
=========================================
  Files           3       3              
  Lines         499     566      +67     
  Branches       74      82       +8     
=========================================
  Hits           13      13              
- Misses        486     553      +67     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GitHub Actions minor Increment the minor version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Functionality to also fetch build assets

2 participants