Skip to content

Commit

Permalink
test appearance of mermaid in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Nov 28, 2023
1 parent d2662be commit 34f2f00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/arcgis.mmd → docs/arcgis.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```mermaid
flowchart LR
%% Algorithm
Expand Down Expand Up @@ -110,3 +111,5 @@ flowchart LR
is_status_new_2{Is the Status new?}
is_status_changed{Is the Status changed?}
is_date_different{Is the Date different?}
```

1 comment on commit 34f2f00

@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
harvester
   __init__.py30100% 
harvester/db/models
   __init__.py50100% 
   models.py530100% 
harvester/extract
   __init__.py1922 89%
   dcatus.py1122 82%
harvester/utils
   __init__.py00100% 
   json.py2266 73%
   pg.py3544 89%
   s3.py2466 75%
harvester/validate
   __init__.py00100% 
   dcat_us.py240100% 
TOTAL1962090% 

Tests Skipped Failures Errors Time
29 0 💤 0 ❌ 0 🔥 12.188s ⏱️

Please sign in to comment.