Skip to content

Commit

Permalink
Update swift-code-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freef4ll authored Oct 14, 2024
1 parent bf71efc commit aa5f0bf
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/swift-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: NeedleInAJayStack/setup-swift@feat/swift-6
with:
swift-version: "5.10"

- name: Ubuntu deps
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get install -y libjemalloc-dev llvm-15
sudo apt-get install -y libjemalloc-dev #llvm-15
- name: Start consul
uses: ./.github/actions/consul-start
Expand All @@ -45,10 +41,7 @@ jobs:
- name: Upload codecov
uses: codecov/codecov-action@v4
with:
#token: ${{ secrets.CODECOV_REPO_TOKEN }}
#version: v0.7.3
token: ${{ secrets.CODECOV_REPO_TOKEN }}
files: info.lcov
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}

0 comments on commit aa5f0bf

Please sign in to comment.