Skip to content

Commit

Permalink
Merge pull request #381 from in-toto/dependabot/github_actions/covera…
Browse files Browse the repository at this point in the history
…llsapp/github-action-2.3.6

chore(deps): bump coverallsapp/github-action from 2.3.4 to 2.3.6
  • Loading branch information
adityasaky authored Jan 28, 2025
2 parents d1ed562 + 728fc2a commit 2352f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Test
run: go test -covermode atomic -coverprofile='${{ matrix.os }}-${{ matrix.go-version }}.cov' ./...
- name: Coveralls Parallel
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
with:
file: '${{ matrix.os }}-${{ matrix.go-version }}.cov'
parallel: true
Expand All @@ -29,6 +29,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
with:
parallel-finished: true

0 comments on commit 2352f97

Please sign in to comment.