Skip to content

Commit

Permalink
Update coverage script (#429)
Browse files Browse the repository at this point in the history
* update github action coverage script
  • Loading branch information
maggie98choy authored Feb 15, 2024
1 parent 6a9f059 commit d77e5c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
rm ./ci/coverage_threshold.txt
cp ./ci/coverage_threshold_temp.txt ./ci/coverage_threshold.txt
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.email "github-actions[bot]@users.noreply.github.com"
git clone https://github.com/rdkcentral/Ripple.git
cd Ripple
git fetch
git checkout locked_actions_branch
git add ./ci/coverage_threshold.txt
git commit -m "chore: git bot update threshold"
git fetch
Expand Down

0 comments on commit d77e5c2

Please sign in to comment.