Skip to content

Commit

Permalink
ci: Codecov configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
surpher committed Apr 26, 2024
1 parent cc48aea commit 5c09df2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test_macos14_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ jobs:
- name: "⬆️ Upload coverage reports"
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
override_branch: ${{ github.ref_name }}
verbose: true
fail_ci_if_error: true
flags: unittests
name: PactSwiftMockServer
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 5c09df2

Please sign in to comment.