• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

urbanopt / modelica-builder
93%

Build:
DEFAULT BRANCH: develop
Repo Added 15 Feb 2021 09:53PM UTC
Token zcy0FnmyWuL0e0sZf0OXsegVRxswNRCHn regen
Build 330 Last
Files 25
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH develop
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 0.2.0
  • 0.5.2-rc1
  • 52-redeclare-args
  • add-delete-argument
  • add-dependabot-config
  • add-get-arg-value
  • add-measure-base-class
  • add-method-to-scale-mos-data
  • add-mos-from-list
  • add-poetry-remove-tox
  • add-project-ignore
  • antlr-patch
  • build/use-gh-actions
  • bump-antrl-4.13.1
  • bump-mbl-version
  • chore/fix-setup-conflict
  • chore/update-license
  • cleanup-license
  • component-redeclaration-replacement
  • convert-mbl-version-to-var
  • copilot/sub-pr-129
  • copilot/sub-pr-129-5a01cfa1-e4e2-41f9-ac14-27b69adc88b0
  • copilot/sub-pr-129-again
  • copilot/sub-pr-129-please-work
  • delete-constant
  • dependabot/github_actions/actions-deps-6e72dea427
  • dependabot/github_actions/actions-deps-718568b363
  • dependabot/github_actions/actions-deps-76468cb07f
  • dependabot/github_actions/actions-deps-7921bc0373
  • dependabot/github_actions/actions-deps-c836e40089
  • dependabot/pip/certifi-2024.7.4
  • dependabot/pip/dev-deps-1c063984d6
  • dependabot/pip/dev-deps-1d7a82d41e
  • dependabot/pip/dev-deps-1daaf8dcc6
  • dependabot/pip/dev-deps-508fc6e851
  • dependabot/pip/dev-deps-6bf11906ef
  • dependabot/pip/dev-deps-a73f3d3ad9
  • dependabot/pip/dev-deps-bc6402e9a7
  • dependabot/pip/dev-deps-d18aee77e9
  • dependabot/pip/dev-deps-f93dc9084b
  • dependabot/pip/idna-3.7
  • dependabot/pip/jinja2-3.1.3
  • dependabot/pip/jinja2-3.1.4
  • dependabot/pip/jinja2-3.1.5
  • dependabot/pip/jinja2-3.1.6
  • dependabot/pip/prod-deps-3edf6ff562
  • dependabot/pip/prod-deps-7aac243b1b
  • dependabot/pip/pygments-2.15.0
  • dependabot/pip/pygments-2.7.4
  • dependabot/pip/requests-2.32.0
  • dependabot/pip/requests-2.32.4
  • dependabot/pip/setuptools-70.0.0
  • dependabot/pip/urllib3-2.0.6
  • dependabot/pip/zipp-3.19.1
  • develop
  • extends-case
  • feat/add-rename-argument
  • fix/mgmt-cmd-import
  • fix/windows-newlines
  • main
  • main-backup
  • make-package-parser-dynamic
  • mbl_version-bugfix
  • mblv10
  • mblv11
  • modify-parameter
  • move-modelica-classes-from-gmt
  • newer-dependencies
  • newline-patch
  • nllong-patch-1
  • pre-release-0.2.3
  • prep-rc-release
  • prep-release-0.3.0
  • prep-release-0.4.0
  • prep-release-0.5.0
  • prep-release-0.7.0
  • prep-v0.5.2
  • prep-v0.6.0
  • pypi-release-config
  • python-3.13
  • quick-fix-0.5.2
  • read-more-parameters
  • release/0.2.0
  • release/prep-0.2.1
  • remove-deprecated-pkg_resources
  • support-py312
  • update-copyrights
  • update-depends
  • update-gh-actions
  • update-pre-commit
  • update-precommit-versions
  • update-source-with-save-as
  • v0.2.1
  • v0.2.2
  • v0.2.3
  • v0.2.3-pr1
  • v0.3.0
  • v0.4.0
  • v0.5.0
  • v0.5.1
  • v0.5.2
  • v0.5.2-rc2
  • v0.5.2-rc3
  • v0.6.0

07 Dec 2025 03:21AM UTC coverage: 92.525%. Remained the same
19998252054

push

github

web-flow
bump version (#140)

2030 of 2194 relevant lines covered (92.53%)

1.85 hits per line

Relevant lines Covered
Build:
Build:
2194 RELEVANT LINES 2030 COVERED LINES
1.85 HITS PER LINE
Source Files on develop
  • Tree
  • List 25
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19998252054 develop bump version (#140) push 07 Dec 2025 03:23AM UTC web-flow github
92.53
19998204355 prep-release-0.7.0 bump version Pull #140 07 Dec 2025 03:19AM UTC nllong github
92.53
19998123722 develop Move `mbl_version` to const that can be easily updated (#139) * move MBL VERSION to const that can be easitlyupdated * run dependabot weekly push 07 Dec 2025 03:11AM UTC web-flow github
92.53
19998035336 convert-mbl-version-to-var run dependabot weekly Pull #139 07 Dec 2025 03:02AM UTC nllong github
92.53
19998020573 convert-mbl-version-to-var move MBL VERSION to const that can be easitlyupdated push 07 Dec 2025 03:01AM UTC nllong github
92.53
19997804988 develop Allow package parser to include subpackages (#129) * allow package parser to include subpackages * remove package name of junk * Update modelica_builder/package_parser.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * ... push 07 Dec 2025 02:42AM UTC web-flow github
92.52
19981306569 make-package-parser-dynamic Document lazy loading behavior in PackageParser.__getattr__ (#138) * Initial plan * Improve __getattr__ docstring to document lazy loading behavior Co-authored-by: nllong <1907354+nllong@users.noreply.github.com> --------- Co-authored-by: cop... Pull #129 06 Dec 2025 02:11AM UTC web-flow github
92.52
19981081854 copilot/sub-pr-129-please-work Simplify recursive save logic in save_as() to use package_name Co-authored-by: nllong <1907354+nllong@users.noreply.github.com> push 06 Dec 2025 02:06AM UTC Copilot github
92.69
19981031929 copilot/sub-pr-129-5a01cfa1-e4e2-41f9-ac14-27b69adc88b0 Improve __getattr__ docstring to document lazy loading behavior Co-authored-by: nllong <1907354+nllong@users.noreply.github.com> Pull #138 06 Dec 2025 02:06AM UTC Copilot github
92.67
19981238852 make-package-parser-dynamic Fix __getattr__ to prevent misleading errors for class attributes (#136) * Initial plan * Add check to prevent __getattr__ from intercepting class attributes Co-authored-by: nllong <1907354+nllong@users.noreply.github.com> * Improve __getattr_... Pull #129 06 Dec 2025 02:05AM UTC web-flow github
92.52
See All Builds (242)

Badge your Repo: modelica-builder

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc