Skip to content

Commit

Permalink
Add changed files filter to code coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AJGranowski committed Apr 14, 2024
1 parent 1c43e2e commit 57a66a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
chmod +x "./toolbox"
./toolbox -- run clean-verify
- name: Coveralls
- name: Upload Code Coverage
if: ${{ steps.changed-files.outputs.paths_any_changed == 'true' }}
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3

- name: Upload Artifacts
Expand Down

0 comments on commit 57a66a4

Please sign in to comment.