Remove taskid from baseresult table
Showing 3 of 4 files from the diff.
Newly tracked file
qcfractal/interface/models/records.py
changed.
Newly tracked file
qcfractal/storage_sockets/models/results_models.py
changed.
Newly tracked file
qcfractal/procedures/optimization.py
changed.
Other files ignored by Codecov
@@ -88,9 +88,6 @@
Loading
88 | 88 | ) |
|
89 | 89 | ||
90 | 90 | # Compute status |
|
91 | - | task_id: Optional[ObjectId] = Field( # TODO: not used in SQL |
|
92 | - | None, description="Id of the compute task tracked by Fractal in its TaskTable." |
|
93 | - | ) |
|
94 | 91 | manager_name: Optional[str] = Field(None, description="Name of the Queue Manager which generated this record.") |
|
95 | 92 | status: RecordStatusEnum = Field(RecordStatusEnum.incomplete, description=str(RecordStatusEnum.__doc__)) |
|
96 | 93 | modified_on: datetime.datetime = Field(None, description="Last time the data this record points to was modified.") |
Files | Coverage |
---|---|
qcfractal | 88.05% |
Project Totals (69 files) | 88.05% |
330218191
330218191
330218191
330218191
330218191
330218191
330218191
330218191
1 |
coverage: |
2 |
ignore: |
3 |
- */tests/* |
4 |
- qcfractal/dashboard/* # early state |
5 |
- qcfractal/alembic/* # difficult to test |
6 |
- qcfractal/_version.py |
7 |
- setup.py |
8 |
status: |
9 |
patch: false |
10 |
project: |
11 |
default: |
12 |
threshold: 80% |
13 |
comment: |
14 |
layout: "header" |
15 |
require_changes: false |
16 |
branches: null |
17 |
behavior: once |
18 |
flags: null |
19 |
paths: null |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.