We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcac0ee commit b1a5cccCopy full SHA for b1a5ccc
1 file changed
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
with:
95
files: _build/test/covertool/gen_http.covertool.xml
96
fail_ci_if_error: false
97
- flags: erlang-${{ matrix.otp }},os-${{ matrix.os }}
98
- name: Erlang/OTP ${{ matrix.otp }} on ${{ matrix.os }}
+ flags: erlang-${{ matrix.otp }}
+ name: Erlang/OTP ${{ matrix.otp }}
99
verbose: true # optional (default = false)
100
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments