Skip to content

Commit

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

0 comments on commit 0fba8ed

Please sign in to comment.