mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
add copying of tarpaulin-report.json to output directory
This commit is contained in:
parent
0e68d6d521
commit
5e9e9d6749
1
.github/workflows/docs-and-testcov.yml
vendored
1
.github/workflows/docs-and-testcov.yml
vendored
@ -55,6 +55,7 @@ jobs:
|
||||
run: |
|
||||
mkdir output
|
||||
cp tarpaulin-report.html target/doc/rustframe/
|
||||
cp tarpaulin-report.json target/doc/rustframe/
|
||||
echo "<meta http-equiv=\"refresh\" content=\"0; url=rustframe\">" > target/doc/index.html
|
||||
|
||||
- name: Upload Pages artifact
|
||||
|
Loading…
x
Reference in New Issue
Block a user