Skip to content

Commit

Permalink
Merge pull request #19 from codecov/th/set+u
Browse files Browse the repository at this point in the history
fix: set +u
  • Loading branch information
thomasrockhu-codecov authored Nov 11, 2024
2 parents 4c4c177 + 1b197c0 commit 44fa639
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/codecov.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
CC_WRAPPER_VERSION="0.0.21"
CC_WRAPPER_VERSION="0.0.22"
set +u
say() {
echo -e "$1"
}
Expand Down
1 change: 1 addition & 0 deletions scripts/set_defaults.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

set +u
say() {
echo -e "$1"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
CODECOV_WRAPPER_VERSION="0.0.21"
CODECOV_WRAPPER_VERSION="0.0.22"

0 comments on commit 44fa639

Please sign in to comment.