mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 08:00:00 +00:00
Merge branch 'main' into update_comments
This commit is contained in:
commit
851dfd17b7
12
.github/workflows/docs-and-testcov.yml
vendored
12
.github/workflows/docs-and-testcov.yml
vendored
@ -68,12 +68,24 @@ jobs:
|
|||||||
tarpaulin-report.json \
|
tarpaulin-report.json \
|
||||||
> tarpaulin-badge.json
|
> tarpaulin-badge.json
|
||||||
|
|
||||||
|
- name: Save last commit date JSON
|
||||||
|
run: |
|
||||||
|
last_commit_date=$(git log -1 --format=%cd --date=short)
|
||||||
|
jq --arg date "$last_commit_date" \
|
||||||
|
'{schemaVersion:1,
|
||||||
|
label:"last-commit-date",
|
||||||
|
message:$date,
|
||||||
|
color:"blue"}' \
|
||||||
|
<(echo '{}') \
|
||||||
|
> last-commit-date.json
|
||||||
|
|
||||||
- name: Copy files to output directory
|
- name: Copy files to output directory
|
||||||
run: |
|
run: |
|
||||||
mkdir output
|
mkdir output
|
||||||
cp tarpaulin-report.html target/doc/rustframe/
|
cp tarpaulin-report.html target/doc/rustframe/
|
||||||
cp tarpaulin-report.json target/doc/rustframe/
|
cp tarpaulin-report.json target/doc/rustframe/
|
||||||
cp tarpaulin-badge.json target/doc/rustframe/
|
cp tarpaulin-badge.json target/doc/rustframe/
|
||||||
|
cp last-commit-date.json target/doc/rustframe/
|
||||||
echo "<meta http-equiv=\"refresh\" content=\"0; url=rustframe\">" > target/doc/index.html
|
echo "<meta http-equiv=\"refresh\" content=\"0; url=rustframe\">" > target/doc/index.html
|
||||||
|
|
||||||
- name: Upload Pages artifact
|
- name: Upload Pages artifact
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# rustframe
|
# rustframe
|
||||||
|
|
||||||
|
|
||||||
|
___
|
||||||
|
[](https://github.com/Magnus167/rustframe)
|
||||||
[](https://codecov.io/gh/Magnus167/rustframe) [](https://magnus167.github.io/rustframe/rustframe/tarpaulin-report.html)
|
[](https://codecov.io/gh/Magnus167/rustframe) [](https://magnus167.github.io/rustframe/rustframe/tarpaulin-report.html)
|
||||||
|
___
|
||||||
|
|
||||||
A simple dataframe library.
|
A simple dataframe library.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user