Skip to content

Commit

Permalink
chore: Add Coveralls to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco committed Dec 24, 2024
1 parent 4e480e3 commit 8c8769c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
- name: Run Tests
run: make run_tests

- name: Upload coverage results to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info
- name: Install dev dependencies for coveralls
run: |
pip install --upgrade pip wheel coverage coveralls
release-please:
needs: test
Expand Down

0 comments on commit 8c8769c

Please sign in to comment.