Skip to content

Commit

Permalink
Merge pull request #41 from codecov/test-local
Browse files Browse the repository at this point in the history
Test local
  • Loading branch information
thomasrockhu-codecov authored Oct 4, 2023
2 parents f29710c + 332c1bc commit f40dc7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bitrise.secrets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
envs:
- CODECOV_TOKEN: fake
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ workflows:
run_if: true
is_skippable: false
inputs:
- CODECOV_TOKEN: $CODECOV_TOKEN
- CODECOV_TOKEN: ${CODECOV_TOKEN}
- OS: $OS
- other_options: $LOCAL_OPTIONS
audit-this-step:
Expand Down
1 change: 1 addition & 0 deletions commit-hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ set -e

bitrise validate
bitrise run audit-this-step
bitrise run test-local
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ for i in pre-commit; do
rm -fv $i
ln -sv ../../hooks/$i
done

echo "Update the .bitrise.secrets.yml file"

0 comments on commit f40dc7d

Please sign in to comment.