docs: Fixed a broken link in the doc comments of session.rs (#95)

This commit is contained in:
tishikawa
2023-09-27 20:30:36 +09:00
committed by GitHub
parent 93729f1db1
commit 6a1c19da08
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ jobs:
run: cargo install cargo-tarpaulin
- name: Generate code coverage
run: |
cargo tarpaulin --features fetch-models --verbose --timeout 120 --out Xml
cargo tarpaulin --features fetch-models --verbose --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with: