Skip to content

Commit

Permalink
Pass codecov secret to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed May 13, 2024
1 parent 0840553 commit 005a772
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ jobs:
ignore_paths: "/Tests/|/Plugins/|/Sources/CZlib/"
cc_env_vars: "SWIFT_VERSION,SWIFT_PLATFORM,RUNNER_OS,RUNNER_ARCH"
cc_fail_ci_if_error: false
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with_api_check: true
with_gh_codeql: true
test_filter: '^DiscordBMTests'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
macro-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
Expand All @@ -23,6 +25,8 @@ jobs:
with_api_check: true
with_gh_codeql: true
test_filter: '^MacroTests'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
websocket-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
Expand All @@ -31,3 +35,5 @@ jobs:
with_api_check: false
with_gh_codeql: true
test_filter: '^WebSocketTests'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 005a772

Please sign in to comment.