Skip to content

Commit

Permalink
made coveralls own step to avoid 4 coverage reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 21, 2024
1 parent 95888c4 commit 5909137
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,18 @@ jobs:
with:
name: coverage
path: coverage.xml

coveralls:
runs-on: ubuntu-latest
needs: [test]
steps:
- name: Download coverage report
uses: actions/download-artifact@v4
with:
name: coverage
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.2.3


doc-test:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 5909137

Please sign in to comment.