Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Sep 28, 2023
1 parent 3497a8f commit 0506ca3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
working-directory: ./node

steps:
- name: Collect Workflow Telemetry
uses: runforesight/workflow-telemetry-action@v1
- uses: actions/checkout@v3
- uses: mozilla-actions/[email protected]
- name: Install LLVM and Clang
uses: KyleMayes/[email protected]
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -37,10 +37,10 @@ jobs:
env:
RUST_LOG: 'network=trace,sync_blocks=trace,consensus=trace'

- name: Upload to codecov.io
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
#- name: Upload to codecov.io
# uses: codecov/[email protected]
# with:
# token: ${{secrets.CODECOV_TOKEN}}

- name: Archive code coverage results
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 0506ca3

Please sign in to comment.