Skip to content

Commit b1a5ccc

Browse files
committed
ci: fix coverage
1 parent bcac0ee commit b1a5ccc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
files: _build/test/covertool/gen_http.covertool.xml
9696
fail_ci_if_error: false
97-
flags: erlang-${{ matrix.otp }},os-${{ matrix.os }}
98-
name: Erlang/OTP ${{ matrix.otp }} on ${{ matrix.os }}
97+
flags: erlang-${{ matrix.otp }}
98+
name: Erlang/OTP ${{ matrix.otp }}
9999
verbose: true # optional (default = false)
100100
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)