add copying of tarpaulin-report.json to output directory

This commit is contained in:
Palash Tyagi 2025-04-20 02:19:30 +01:00
parent 0e68d6d521
commit 5e9e9d6749

View File

@ -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