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

Target place for backlog #103

Merged
merged 5 commits into from
Jan 29, 2024
Merged

Target place for backlog #103

merged 5 commits into from
Jan 29, 2024

Conversation

h1alexbel
Copy link
Contributor

@h1alexbel h1alexbel commented Jan 29, 2024

closes #96


PR-Codex overview

This PR focuses on adding support for Backlog in the Tracehub project. It includes the following changes:

  • Added Backlog interface
  • Implemented YmlBacklog class for YAML-based backlogs
  • Updated Project interface to include backlog() method
  • Updated relevant test classes to include tests for backlog functionality

The following files were skipped due to too many changes: src/main/java/git/tracehub/facts/ExecOn.java, src/test/java/git/tracehub/agents/YmlBacklogTest.java, src/main/java/git/tracehub/agents/github/GhOrder.java, src/test/java/git/tracehub/facts/ExecOnTest.java, src/main/java/git/tracehub/tk/TkGitHub.java, src/test/java/git/tracehub/agents/github/GhOrderTest.java

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3f1c4bb) 80.58% compared to head (81e3d68) 81.35%.
Report is 15 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #103      +/-   ##
============================================
+ Coverage     80.58%   81.35%   +0.76%     
- Complexity       96      104       +8     
============================================
  Files            32       35       +3     
  Lines           340      354      +14     
  Branches         19       19              
============================================
+ Hits            274      288      +14     
  Misses           59       59              
  Partials          7        7              

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

@h1alexbel
Copy link
Contributor Author

@rultor merge

2 similar comments
@h1alexbel
Copy link
Contributor Author

@rultor merge

@h1alexbel
Copy link
Contributor Author

@rultor merge

@h1alexbel
Copy link
Contributor Author

@rultor status

@h1alexbel h1alexbel merged commit a589295 into master Jan 29, 2024
8 checks passed
@h1alexbel h1alexbel deleted the github-return branch January 29, 2024 14:03
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.

TkGitHub.java:66-69: Fetch the target place for jobs from...
1 participant