Skip to content

V0.6.3/livebook fixes#223

Merged
thanos merged 2 commits into
mainfrom
v0.6.3/livebook-fixes
Jun 16, 2026
Merged

V0.6.3/livebook fixes#223
thanos merged 2 commits into
mainfrom
v0.6.3/livebook-fixes

Conversation

@thanos

@thanos thanos commented Jun 16, 2026

Copy link
Copy Markdown
Owner

No description provided.

thanos and others added 2 commits June 16, 2026 18:15
Before: The coverage matrix cell ran mix coveralls.html, parsed [TOTAL] from stdout, enforced a 70% floor, and uploaded cover/ as an artifact.

After: On the coverage matrix cell (1.20 / OTP 29):

- name: Run coverage
  if: ${{ matrix.coverage }}
  run: mix coveralls.github --include adbc_package:true
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Non-coverage matrix cells still run mix test only.

Notes:

Kept --include adbc_package:true from the previous step.
Removed the artifact upload; Coveralls gets the report via the GitHub API.
The inline 70% gate is gone — set a threshold in Coveralls if you still want CI to fail on low coverage.
merging back the coverage badge
@thanos thanos merged commit 55a151c into main Jun 16, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant