ReadAlongs / Studio

Audiobook alignment for Indigenous languages
https://readalongs.github.io/Studio/
Other
38 stars 20 forks source link

fix: updated the exported readme.txt #217

Closed deltork closed 5 months ago

deltork commented 6 months ago

Readme.txt WordPress section now contains

github-actions[bot] commented 6 months ago
CLI load time: 0:00.05
Pull Request HEAD: c3450fc812230be4d238b98c554f4b7f42fe1b7e
Imports that take more than 0.1 s:
import time: self [us] | cumulative | imported package
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.20%. Comparing base (6ac285f) to head (4730b05).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #217 +/- ## ========================================== + Coverage 87.17% 87.20% +0.03% ========================================== Files 21 21 Lines 1762 1767 +5 Branches 321 321 ========================================== + Hits 1536 1541 +5 Misses 189 189 Partials 37 37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

joanise commented 6 months ago

Oh, also, the tests don't pass, I assume you'll take the time to fix them as part of this PR?

deltork commented 6 months ago

Oh, also, the tests don't pass, I assume you'll take the time to fix them as part of this PR?

I added a comment to the XML which caused the test to fail. I will make a separate branch to work with you to accomplish that.

joanise commented 5 months ago

Looking at the generated readme file, I thought it was hard to read because the structure was not obvious enough. I just pushed a commit that fixes that, with === marking level 1 headings and --- level 2, to make it easier to quickly grasp the sections.

joanise commented 5 months ago

Looking at the generated readme file, I thought it was hard to read because the structure was not obvious enough. I just pushed a commit that fixes that, with === marking level 1 headings and --- level 2, to make it easier to quickly grasp the sections.

And I suppose I should do the same in the web app generated readme as well...