diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d93fe0..ee488bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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