feat: Adds ste alias to perform swift tests with code coverage enabled.

This commit is contained in:
2026-02-01 12:11:04 -05:00
parent 24440f845b
commit d29876b367

View File

@@ -175,7 +175,8 @@ alias pass='PASSWORD_STORE_DIR=/home/michael/.local/share/gopass/stores/root gop
alias pc='gopass show --clip' # get an attribute of a password file and copy to the clipboard. alias pc='gopass show --clip' # get an attribute of a password file and copy to the clipboard.
alias reload='exec zsh -l' # reload the shell, useful when making changes. alias reload='exec zsh -l' # reload the shell, useful when making changes.
alias s='swift' # shorthand to access swift commands alias s='swift' # shorthand to access swift commands
alias st='swift test' # swift test alias st='swift test' # swift test
alias ste='swift test --enable-code-coverage' # swift test with code coverage enabled.
alias sb='swift build' # swift build alias sb='swift build' # swift build
alias syu='yay -Syu' # Update packages. alias syu='yay -Syu' # Update packages.
alias t='tmux' # access tmux quickly alias t='tmux' # access tmux quickly