Merge pull request #182 from loot/dependabot/github_actions/coverallsapp/github-action-2.3.7

Bump coverallsapp/github-action from 2.3.6 to 2.3.7
This commit is contained in:
Oliver Hamlet
2025-11-24 19:46:26 +00:00
committed by GitHub
+1 -1
View File
@@ -126,7 +126,7 @@ jobs:
run: cargo llvm-cov --lcov --output-path lcov.info --target ${{ matrix.target.triple }}
- name: Upload code coverage to Coveralls
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
if: github.event_name == 'push'
continue-on-error: true