Skip to content

Commit

Permalink
re-enable calc code coverage step
Browse files Browse the repository at this point in the history
  • Loading branch information
demisx committed Apr 20, 2023
1 parent a6c6371 commit d386f97
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
needs: changes
if: needs.changes.outputs.rust == 'true'
name: Calculate Code Coverage
runs-on: [self-hosted, Linux, X64, testing]
runs-on: [self-hosted, Linux, X64, testing, v2]
container: public.ecr.aws/lts/ubuntu:20.04
steps:
# - name: Install Required Packages
Expand All @@ -319,12 +319,12 @@ jobs:
toolchain: stable
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
# - name: Generate code coverage
# run: |
# cargo llvm-cov -v --no-fail-fast --workspace --lcov --output-path lcov.info \
# --ignore-filename-regex "^.*\/(mock\.rs|weights(\.rs)?|benchmarking\.rs).*$" \
# --exclude "frequency,frequency-cli,frequency-runtime,frequency-service" \
# --features all-frequency-features
- name: Generate code coverage
run: |
cargo llvm-cov -v --no-fail-fast --workspace --lcov --output-path lcov.info \
--ignore-filename-regex "^.*\/(mock\.rs|weights(\.rs)?|benchmarking\.rs).*$" \
--exclude "frequency,frequency-cli,frequency-runtime,frequency-service" \
--features all-frequency-features
- name: XXX Debug
run: |
git status
Expand Down

0 comments on commit d386f97

Please sign in to comment.