Skip to content

Commit

Permalink
verify whether the given standard_name belongs to CF_standard_names
Browse files Browse the repository at this point in the history
  • Loading branch information
shamlymajeed committed Mar 12, 2024
1 parent 7f49aad commit 27c3826
Show file tree
Hide file tree
Showing 5 changed files with 4,734 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ repos:
- id: hadolint-docker
args: [
"--ignore=DL3008", # Pin versions in apt get install.
"--ignore=DL3013",
]

# ShellCheck ~ Gives warnings and suggestions for bash/sh shell scripts
Expand Down
1 change: 1 addition & 0 deletions ingest/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/datastore_pb2*.py
Loading

1 comment on commit 27c3826

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API Unit Test Coverage Report
FileStmtsMissCoverMissing
\_\_init\_\_.py00100% 
datastore_pb2.py584621%24–69
datastore_pb2_grpc.py432347%37–52, 85–87, 92–94, 99–101, 106–108, 112–136, 174, 191, 208, 225
dependencies.py481667%26–27, 34, 41, 62–69, 77–84
grpc_getter.py13838%12–15, 19–22
locustfile.py15150%1–31
main.py22386%27, 37, 47
metadata_endpoints.py19479%17, 34–67, 71
formatters
   \_\_init\_\_.py70100% 
   covjson.py46687%58, 65–69, 73–76
routers
   \_\_init\_\_.py00100% 
   edr.py671184%38–63, 143–144, 188–189, 205
   records.py00100% 
TOTAL33813261% 

API Unit Test Coverage Summary

Tests Skipped Failures Errors Time
16 0 💤 8 ❌ 0 🔥 3.983s ⏱️

Please sign in to comment.