Skip to content

Conversation

@danielfromearth
Copy link
Collaborator

@danielfromearth danielfromearth commented Jan 2, 2026

An error in docs/CI_CD_ARCHITECTURE_DIAGRAM.md is caused by nested square brackets in the Mermaid diagram syntax. Square brackets are used to define node shapes in Mermaid, so having [skip ci] inside the node text RT[Push with [skip ci]] creates a syntax conflict. By wrapping the text in quotes (RT["Push with [skip ci]"]), Mermaid will correctly parse the square brackets as part of the text content rather than syntax elements.


📚 Documentation preview 📚: https://stitchee--323.org.readthedocs.build/en/323/

@danielfromearth danielfromearth changed the base branch from develop to feat/issue-295-uv-instead-of-poetry January 2, 2026 22:03
@danielfromearth danielfromearth changed the title Test then delete Fix diagram error Jan 2, 2026
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.63%. Comparing base (a8e74a9) to head (c6eb22f).

Additional details and impacted files
@@                         Coverage Diff                          @@
##           feat/issue-295-uv-instead-of-poetry     #323   +/-   ##
====================================================================
  Coverage                                90.63%   90.63%           
====================================================================
  Files                                        9        9           
  Lines                                      470      470           
====================================================================
  Hits                                       426      426           
  Misses                                      44       44           
Flag Coverage Δ
unittests 90.63% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@danielfromearth danielfromearth marked this pull request as ready for review January 2, 2026 22:05
@danielfromearth danielfromearth merged commit 683227b into feat/issue-295-uv-instead-of-poetry Jan 2, 2026
9 of 11 checks passed
@danielfromearth danielfromearth deleted the test-then-delete branch January 2, 2026 22:05
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.

3 participants