Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 8c8769c

Browse files
chore: Add Coveralls to CI
1 parent 4e480e3 commit 8c8769c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
- name: Run Tests
3333
run: make run_tests
3434

35-
- name: Upload coverage results to Coveralls
36-
uses: coverallsapp/github-action@master
37-
with:
38-
github-token: ${{ secrets.GITHUB_TOKEN }}
39-
path-to-lcov: ./lcov.info
35+
- name: Install dev dependencies for coveralls
36+
run: |
37+
pip install --upgrade pip wheel coverage coveralls
38+
4039
4140
release-please:
4241
needs: test

0 commit comments

Comments
 (0)