Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-asplin-met-no committed Feb 12, 2024
1 parent 31bb407 commit f6d7567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ALTER TABLE time_series
ADD COLUMN IF NOT EXISTS level TEXT,
ADD COLUMN IF NOT EXISTS period TEXT,
ADD COLUMN IF NOT EXISTS function TEXT,
ADD COLUMN IT NOT EXISTS parameter_name TEXT,
ADD COLUMN IF NOT EXISTS parameter_name TEXT,
DROP CONSTRAINT IF EXISTS unique_main,
ADD CONSTRAINT unique_main UNIQUE NULLS NOT DISTINCT (version, type, title, summary, keywords,
keywords_vocabulary, license, conventions, naming_authority, creator_type, creator_name,
Expand Down

1 comment on commit f6d7567

@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%23–68
datastore_pb2_grpc.py43430%2–225
dependencies.py22220%1–33
grpc_getter.py880%1–16
locustfile.py15150%1–31
main.py22220%3–51
metadata_endpoints.py19190%1–70
formatters
   \_\_init\_\_.py12650%16–32
   base_formatter.py7186%18
   covjson.py52198%69
routers
   \_\_init\_\_.py00100% 
   edr.py47470%2–126
   records.py00100% 
test
   test_covjson.py600100% 
TOTAL36523037% 

API Unit Test Coverage Summary

Tests Skipped Failures Errors Time
4 0 💤 0 ❌ 0 🔥 1.014s ⏱️

Please sign in to comment.