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

feat: Re-write of directory_writer in Julia #190

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

ChrisO345
Copy link
Contributor

Wrote directory_writer.jl and changed directory_writer.yml to use this file to build directory, rather than using a python script.

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9f71176) 97.60% compared to head (de99466) 97.60%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #190   +/-   ##
=======================================
  Coverage   97.60%   97.60%           
=======================================
  Files         142      142           
  Lines        1796     1796           
=======================================
  Hits         1753     1753           
  Misses         43       43           

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

@ChrisO345 ChrisO345 changed the title Re-write of directory_writer in Julia feat: Re-write of directory_writer in Julia Oct 4, 2023
@Panquesito7 Panquesito7 added the enhancement New feature or request label Jan 15, 2024
.github/workflows/directory_writer.yml Outdated Show resolved Hide resolved
.github/workflows/directory_writer.yml Outdated Show resolved Hide resolved
scripts/directory_writer.jl Outdated Show resolved Hide resolved
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git add DIRECTORY.md
git commit -am "updating DIRECTORY.md" || true
git push --force origin HEAD:$GITHUB_REF || true
Copy link
Member

Choose a reason for hiding this comment

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

This won't work as the main branch is protected. We need to create a pull request, and then merge it, just like the previous workflow.

uncomfyhalomacro and others added 3 commits January 16, 2024 05:44
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants