Conversation
|
@lexa Thank you for your contributing. Could you fix the unit tests? In the meantime, let me see if I can fix the setting where first-time contributor needs approval to run Github workflow. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2319 +/- ##
=========================================
Coverage ? 98.81%
=========================================
Files ? 109
Lines ? 11267
Branches ? 0
=========================================
Hits ? 11133
Misses ? 134
Partials ? 0
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
@sfdye all the tests are passing now. |
Github workflow runs produce downloadable artifacts, add a class to represent them.
Add a method to delete a stored artifact from Github Actions.
Implement calls for listing Github Actions artifacts linked to a repository. The test runs on an external repository because PyGithub doesn't have any artifacts in its CI.

Github workflow runs produce downloadable artifacts, add a class to represent them.
PyGithub doesn't use Artifacts in its CI, so i have to use an external project for the test
Fixes #2313