Skip to content

Commit

Permalink
Exclude version string from coverage (#102)
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 authored Jan 2, 2025
1 parent 53c8edc commit 6d62502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salishsea_site/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# SPDX-License-Identifier: Apache-2.0


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

0 comments on commit 6d62502

Please sign in to comment.