Skip to content

Commit 6092b13

Browse files
committed
ci: probe native mix test --cover on OTP 27 (debug)
1 parent 7fcfe56 commit 6092b13

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
@@ -70,10 +70,10 @@ jobs:
7070
- name: Fetch dependencies
7171
run: mix deps.get
7272

73-
- name: Generate coverage report
73+
- name: Probe native coverage first
7474
env:
7575
MIX_ENV: test
76-
run: mix coveralls.cobertura
76+
run: mix test --cover 2>&1 | tail -5
7777

7878
- name: Upload coverage artifact
7979
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)