Skip to content

Commit

Permalink
Merge pull request #16 from generalui/test-python
Browse files Browse the repository at this point in the history
Fixed coverage branch name
  • Loading branch information
jonryser authored Nov 1, 2024
2 parents 3e9fb40 + cd6b2d4 commit 78276de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/lint-test-yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
- name: Get the coverage file.
if: inputs.should-run-tests == 'yes' && inputs.upload-coverage == 'yes'
run: |
coverage_branch=${${{ steps.branch.outputs.branch }}//+([\"\:<>|\*\?\\\/])/-}
coverage_branch=${${{ steps.branch.outputs.branch }}//[\":<>|*?\\\/]/-}
coverage_dir=coverage-${coverage_branch}
mkdir -p ${coverage_dir} && sudo cp -r coverage ${coverage_dir}
Expand Down

0 comments on commit 78276de

Please sign in to comment.