Skip to content

Commit

Permalink
Set the shell proper-like
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Mar 29, 2024
1 parent ab7a1f2 commit f101abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
done
# Note: on mac this command might require a leading xcrun.
llvm-cov export -format="lcov" -instr-profile "$(swift test -c ${{ matrix.spm_configuration }} --show-codecov-path | xargs dirname)"/default.profdata "${bin_params[@]}" > info.lcov
shell: /bin/bash
shell: /bin/bash -e {0}

- name: Upload coverage reports to Codecov
if: ${{ contains(matrix.swift_test_options, '--enable-code-coverage') }}
Expand Down

0 comments on commit f101abe

Please sign in to comment.