pyiron / pyiron_workflow

Graph-and-node based workflows
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Just making sure the versioneers don't conflict #321

Closed liamhuber closed 1 month ago

github-actions[bot] commented 1 month ago

Binder :point_left: Launch a binder notebook on branch _pyiron/pyiron_workflow/docstest

codacy-production[bot] commented 1 month ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.00% (target: -1.00%) :white_check_mark:
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (7bd7c3ebcee3c8a982e494a8516bf65b3cb908a3) | 3946 | 3524 | 89.31% | | | Head commit (d48e0fec8166d8fe26b0e4b685ac24825fc9669e) | 3946 (+0) | 3524 (+0) | 89.31% (**+0.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#321) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

liamhuber commented 1 month ago

As a side effect, I also learned that before being 3.12-compatible I'll need to deal with that unittests deprecation warning...

 ======================================================================
ERROR: test_pull_and_executors (test_workflow.TestWorkflow.test_pull_and_executors)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_workflow/pyiron_workflow/tests/unit/test_workflow.py", line 416, in test_pull_and_executors
    self.assertEquals(
    ^^^^^^^^^^^^^^^^^
AttributeError: 'TestWorkflow' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

----------------------------------------------------------------------
coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9037873104

Details


Totals Coverage Status
Change from base Build 9022552024: 0.0%
Covered Lines: 3524
Relevant Lines: 3946

💛 - Coveralls
liamhuber commented 1 month ago

Yeah, docs worked just fine