Skip to content

Commit 76f0f14

Browse files
committed
Replace documentation generation step with code coverage in CI workflow; enhance testing feedback
1 parent 4319e38 commit 76f0f14

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ jobs:
4343
- name: Run Credo
4444
run: mix credo --strict
4545

46-
- name: Generate documentation
47-
run: mix docs
46+
- name: Code Coverage
47+
run: mix coveralls.github
48+
env:
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)