Skip to content

Commit

Permalink
Automated updates: Format and/or coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sys-vdms committed Aug 8, 2024
1 parent 8ca48e3 commit 08b3870
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/coverage/python.develop.coverage_report.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name Stmts Miss Cover Missing
--------------------------------------------------------------------
/vdms/client/python/vdms/__init__.py 2 0 100%
/vdms/client/python/vdms/vdms.py 98 2 98% 151, 166
/vdms/client/python/vdms/vdms.py 99 2 98% 152, 167
--------------------------------------------------------------------
TOTAL 100 2 98%
TOTAL 101 2 98%
2 changes: 1 addition & 1 deletion .github/coverage/python.develop.coverage_value.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
98
98.02
1 change: 1 addition & 0 deletions remote_function/udf_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

app = Flask(__name__)


def get_current_timestamp():
dt = datetime.now(timezone.utc)

Expand Down
1 change: 1 addition & 0 deletions tests/remote_function_test/udf_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

app = Flask(__name__)


def get_current_timestamp():
dt = datetime.now(timezone.utc)

Expand Down

0 comments on commit 08b3870

Please sign in to comment.