Skip to content

Commit

Permalink
another codecov CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed May 13, 2024
1 parent 005a772 commit e666ecb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
- name: Run tests
run: swift test --filter IntegrationTests --sanitize=thread --enable-code-coverage
- name: Upload code coverage
uses: vapor/swift-codecov-action@v0.2
uses: vapor/swift-codecov-action@v0.3
with:
ignore_paths: "/Tests/|/Plugins/|/Sources/CZlib/"
codecov_token: ${{ secrets.CODECOV_TOKEN }}
cc_env_vars: "SWIFT_VERSION,SWIFT_PLATFORM,RUNNER_OS,RUNNER_ARCH"
cc_fail_ci_if_error: false
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e666ecb

Please sign in to comment.