Skip to content

Format README, fix test groups#90

Merged
mtfishman merged 13 commits intomainfrom
mf/format_readme
Oct 23, 2025
Merged

Format README, fix test groups#90
mtfishman merged 13 commits intomainfrom
mf/format_readme

Conversation

@mtfishman
Copy link
Member

No description provided.

Updated formatting for Pkg.Registry.add commands in README.
@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.00%. Comparing base (1b2c513) to head (bcbd3df).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #90   +/-   ##
=======================================
  Coverage   85.00%   85.00%           
=======================================
  Files           1        1           
  Lines          80       80           
=======================================
  Hits           68       68           
  Misses         12       12           
Flag Coverage Δ
docs 69.33% <ø> (-5.67%) ⬇️

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.

@github-actions
Copy link
Contributor

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic main) to apply these changes.

Click here to view the suggested changes.
diff --git a/src/ITensorPkgSkeleton.jl b/src/ITensorPkgSkeleton.jl
index 2e75eef..e6a6955 100644
--- a/src/ITensorPkgSkeleton.jl
+++ b/src/ITensorPkgSkeleton.jl
@@ -155,11 +155,11 @@ function pkg_registration_message(; pkgname, path)
     ```julia
     julia> using Pkg: Pkg
 
-    julia> Pkg.Registry.add(url = "https://github.com/ITensor/ITensorRegistry")
+        julia> Pkg.Registry.add(url = "https://github.com/ITensor/ITensorRegistry")
     ```
     or:
     ```julia
-    julia> Pkg.Registry.add(url = "git@github.com:ITensor/ITensorRegistry.git")
+        julia> Pkg.Registry.add(url = "git@github.com:ITensor/ITensorRegistry.git")
     ```
     if you want to use SSH credentials, which can make it so you don't have to enter your Github ursername and password when registering packages.
 

@mtfishman mtfishman changed the title Format README Format README, fix test groups Oct 23, 2025
@mtfishman mtfishman merged commit 0c170c7 into main Oct 23, 2025
13 of 14 checks passed
@mtfishman mtfishman deleted the mf/format_readme branch October 23, 2025 01:24
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.

1 participant