Skip to content

Commit

Permalink
build: Update coverage
Browse files Browse the repository at this point in the history
Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
  • Loading branch information
williamjmorenor committed Mar 4, 2024
1 parent cc71e2e commit fbf52ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions now_lms/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# Refences:
# - https://peps.python.org/pep-0440/
# 0.0.1a14.dev20240302
if PRERELEASE:
if PRERELEASE: # pragma: no cover
VERSION = MAYOR + "." + MENOR + "." + PATCH + PRERELEASE + ".dev" + REVISION
else:
else: # pragma: no cover
if not POST:
VERSION = MAYOR + "." + MENOR + "." + PATCH
else:
Expand Down

0 comments on commit fbf52ec

Please sign in to comment.