Skip to content

Commit

Permalink
Bump sersoft-gmbh/swift-coverage-action from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [sersoft-gmbh/swift-coverage-action](https://github.com/sersoft-gmbh/swift-coverage-action) from 3 to 4.
- [Release notes](https://github.com/sersoft-gmbh/swift-coverage-action/releases)
- [Commits](sersoft-gmbh/swift-coverage-action@v3...v4)

---
updated-dependencies:
- dependency-name: sersoft-gmbh/swift-coverage-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ffried committed Sep 18, 2023
1 parent 4080ddb commit cea6f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build & Test
run: swift test -v --parallel --enable-code-coverage
- name: Generate Coverage Files
uses: sersoft-gmbh/swift-coverage-action@v3
uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files
- uses: codecov/codecov-action@v3
with:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
parallel-testing-enabled: ${{ matrix.platform != 'watchOS' }}
enable-code-coverage: true
derived-data-path: .derived-data
- uses: sersoft-gmbh/swift-coverage-action@v3
- uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files
with:
search-paths: |
Expand Down

0 comments on commit cea6f67

Please sign in to comment.