Skip to content

Commit

Permalink
Revert to action v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Scuderi committed Mar 19, 2024
1 parent 1e6e16c commit 747cb9f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/swift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:
- name: Coverage
run: |
make coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
- name: Upload Code Coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: swift-serverless/BreezeLambdaWebHook
files: ${{ github.workspace }}/lcov.info

0 comments on commit 747cb9f

Please sign in to comment.