Skip to content

Commit

Permalink
Coverage for all branches and PRs in Coveralls (#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetam-Das26 authored Mar 11, 2024
1 parent 4312839 commit 1d0a5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
${{ (matrix.order == 'normal' && ' ') || (matrix.order == 'reverse' && '--reverse') }} tests

- name: Collect coverage
if: ${{ inputs.event_name == 'push' && inputs.branch_name == 'develop' && matrix.order == 'normal' }}
if: ${{ (inputs.event_name == 'push' || inputs.event_name == 'pull_request') && matrix.order == 'normal' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 1d0a5ad

Please sign in to comment.