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: New GitHub API for supporting actions #258

Merged
merged 3 commits into from
Jan 10, 2022
Merged

Conversation

bjoernricks
Copy link
Contributor

What:

Add new GitHub Actions core API for IO.

Why:

Allow for writing GitHub Actions in Python easily.

How:

Checklist:

  • Tests
  • Conventional commit message
  • Documentation

@codecov
Copy link

codecov bot commented Jan 10, 2022

Codecov Report

Merging #258 (fc4499d) into main (166c31d) will increase coverage by 1.06%.
The diff coverage is 95.80%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #258      +/-   ##
==========================================
+ Coverage   85.60%   86.67%   +1.06%     
==========================================
  Files          20       23       +3     
  Lines        1230     1373     +143     
  Branches      195      210      +15     
==========================================
+ Hits         1053     1190     +137     
  Misses        138      138              
- Partials       39       45       +6     
Impacted Files Coverage Δ
pontos/github/actions/core.py 89.28% <89.28%> (ø)
pontos/github/actions/env.py 100.00% <100.00%> (ø)
pontos/github/actions/event.py 100.00% <100.00%> (ø)

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 166c31d...fc4499d. Read the comment docs.

@bjoernricks bjoernricks marked this pull request as ready for review January 10, 2022 09:12
@bjoernricks bjoernricks requested a review from a team January 10, 2022 09:12
@bjoernricks bjoernricks added the make release To trigger GitHub release action. label Jan 10, 2022
@bjoernricks bjoernricks merged commit 70339a1 into main Jan 10, 2022
@bjoernricks bjoernricks deleted the github-actions-api branch January 10, 2022 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
make release To trigger GitHub release action.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants