Fix coverage update: the fantom of the old rule_coverage directory (#447)

This commit is contained in:
Arseniy Zaostrovnykh 2021-10-04 12:02:36 +02:00 committed by GitHub
parent 5ff7d15827
commit 2b0bf97a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,13 +25,13 @@ jobs:
run: pip install pipenv
- name: 'Install coverage script dependencies'
working-directory: 'rspec/rule_coverage'
working-directory: 'rspec/rspec-tools'
run: |
pipenv --python python3.9 install
- name: 'Regenerate coverage information'
id: gen-coverage
working-directory: 'rspec/rule_coverage'
working-directory: 'rspec/rspec-tools'
run: |
pipenv run rspec-tools update-coverage
mv ./covered_rules.json ../frontend/public/covered_rules.json