Skip to content

Commit

Permalink
Merge pull request #33 from MapIV/ci/hatchling-version
Browse files Browse the repository at this point in the history
pin hatchling to 1.26.3
  • Loading branch information
urasakikeisuke authored Feb 19, 2025
2 parents 9721075 + 616151c commit b0cc152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ urls.Tracker = "https://github.com/MapIV/pypcd4/issues"
dev = ["ruff", "mypy", "setuptools-scm"]

[build-system]
requires = ["hatchling", "hatch-vcs"]
# pinned hatchling version because https://github.com/astral-sh/rye/issues/1446
requires = ["hatchling==1.26.3", "hatch-vcs"]
build-backend = "hatchling.build"

[tool.rye]
Expand Down

5 comments on commit b0cc152

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/pypcd4
   __init__.py20100% 
   _version.py11282%5–6
   pointcloud2.py591280%87–101
   pypcd4.py4113791%24–25, 136, 189, 352–353, 567, 583–605, 620–623, 628–632, 645–679, 689–690, 909, 929–930, 1053, 1056
TOTAL4835189% 

Tests Skipped Failures Errors Time
67 1 💤 0 ❌ 0 🔥 0.659s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/pypcd4
   __init__.py20100% 
   _version.py11282%5–6
   pointcloud2.py591280%87–101
   pypcd4.py4113791%24–25, 136, 189, 352–353, 567, 583–605, 620–623, 628–632, 645–679, 689–690, 909, 929–930, 1053, 1056
TOTAL4835189% 

Tests Skipped Failures Errors Time
67 1 💤 0 ❌ 0 🔥 0.640s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/pypcd4
   __init__.py20100% 
   _version.py11282%5–6
   pointcloud2.py591280%87–101
   pypcd4.py4113791%24–25, 136, 189, 352–353, 567, 583–605, 620–623, 628–632, 645–679, 689–690, 909, 929–930, 1053, 1056
TOTAL4835189% 

Tests Skipped Failures Errors Time
67 1 💤 0 ❌ 0 🔥 0.623s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/pypcd4
   __init__.py20100% 
   _version.py11282%5–6
   pointcloud2.py591280%87–101
   pypcd4.py4113791%24–25, 136, 189, 352–353, 567, 583–605, 620–623, 628–632, 645–679, 689–690, 909, 929–930, 1053, 1056
TOTAL4835189% 

Tests Skipped Failures Errors Time
67 1 💤 0 ❌ 0 🔥 0.644s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/pypcd4
   __init__.py20100% 
   _version.py11282%5–6
   pointcloud2.py591280%87–101
   pypcd4.py4113791%24–25, 136, 189, 352–353, 567, 583–605, 620–623, 628–632, 645–679, 689–690, 909, 929–930, 1053, 1056
TOTAL4835189% 

Tests Skipped Failures Errors Time
67 1 💤 0 ❌ 0 🔥 0.662s ⏱️

Please sign in to comment.