Skip to content

Commit

Permalink
Merge pull request #260 from JosephDuffy/dependabot/github_actions/se…
Browse files Browse the repository at this point in the history
…rsoft-gmbh/swift-coverage-action-3.0.0
  • Loading branch information
JosephDuffy authored Jun 25, 2022
2 parents a7547ff + 52006fc commit 6538864
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:

- name: Convert coverage for Codecov
id: convert-coverage
uses: sersoft-gmbh/swift-coverage-action@v2.0.1
uses: sersoft-gmbh/swift-coverage-action@v3.0.0
with:
format: lcov
ignore-conversion-failures: true
fail-on-empty-output: true

Expand Down Expand Up @@ -90,9 +89,8 @@ jobs:
- name: Convert coverage for Codecov
id: convert-coverage
uses: sersoft-gmbh/swift-coverage-action@v2.0.1
uses: sersoft-gmbh/swift-coverage-action@v3.0.0
with:
format: lcov
ignore-conversion-failures: true
fail-on-empty-output: true

Expand Down

0 comments on commit 6538864

Please sign in to comment.