Skip to content

Commit

Permalink
Exclude version string from coverage
Browse files Browse the repository at this point in the history
Added a pragma directive to the version string to exclude it from
test coverage metrics. This ensures that changes to the version
number do not affect code coverage reports.
  • Loading branch information
douglatornell committed Dec 30, 2024
1 parent b418744 commit ea74b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salishsea_cmd/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# SPDX-License-Identifier: Apache-2.0


__version__ = "24.2.dev0"
__version__ = "24.2.dev0" # pragma: no cover

0 comments on commit ea74b76

Please sign in to comment.