Skip to content

Commit

Permalink
bump: version 2.5.2 → 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Oct 4, 2024
1 parent 8e7f0a8 commit 667eaa5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## v2.5.3 (2024-10-04)

### Feat

- support --manifest-filepatterns

## v2.5.2 (2024-09-27)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion idf_build_apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ruff: noqa: E402
# avoid circular imports

__version__ = '2.5.2'
__version__ = '2.5.3'

from .session_args import (
SessionArgs,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ idf-build-apps = "idf_build_apps:main.main"

[tool.commitizen]
name = "cz_conventional_commits"
version = "2.5.2"
version = "2.5.3"
tag_format = "v$version"
version_files = [
"idf_build_apps/__init__.py",
Expand Down

1 comment on commit 667eaa5

@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
idf_build_apps
   __main__.py330%4–9
   app.py5238185%206, 251, 260–262, 294, 306, 323, 364–365, 368, 378–379, 390–393, 453–458, 478, 516, 572–580, 590–591, 601, 619–620, 622, 638–647, 663–701, 706–707, 711–712, 723–725, 731, 832–840, 850–880, 884–894, 985–991, 994, 1016
   args.py2853289%299, 312, 319, 340–345, 355–360, 526, 529–530, 536, 546–548, 551, 576–577, 580–581, 710–711, 772, 774, 834, 853–863
   autocompletions.py292417%16–23, 31–54
   constants.py63986%20–21, 33–38, 47–48, 61–62
   finder.py83693%78–79, 149, 166–168
   log.py48492%37, 50, 55, 80
   main.py1996169%76–80, 94–99, 140–144, 174, 198–200, 204, 209–222, 237–240, 251–276, 366–373, 382–383, 405–413, 416, 422–423, 429–431
   session_args.py54787%46–50, 56, 70
   utils.py1882388%26, 35, 113, 130–131, 151–155, 203, 246, 273–279, 292–295, 314–315, 380
idf_build_apps/junit
   report.py93990%82, 92, 109–111, 137, 144–145, 170
   utils.py291066%18, 26–35
idf_build_apps/manifest
   if_parser.py109595%62, 99, 105, 169, 174
   manifest.py2191195%90, 92, 139, 161, 211–216, 306, 337–338, 357, 401
idf_build_apps/vendors
   pydantic_sources.py61789%35, 47, 66–69, 108, 115
TOTAL211329286% 

Tests Skipped Failures Errors Time
109 0 💤 0 ❌ 0 🔥 16m 6s ⏱️

Please sign in to comment.