Skip to content

Commit

Permalink
Merge pull request #3 from tointernet/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ralvescosta authored May 3, 2024
2 parents 8877971 + 8a47d05 commit 888217a
Show file tree
Hide file tree
Showing 24 changed files with 4,352 additions and 111 deletions.
2 changes: 2 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[net]
git-fetch-with-cli = true
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: 🔎 Run tests
run: |
cargo tarpaulin --workspace --timeout 120 --skip-clean --out xml
cargo tarpaulin --workspace --timeout 120 --skip-clean --exclude-files "examples/**/*" --out xml
- name: ☁ Codecov
uses: codecov/codecov-action@v3
Expand Down
Loading

0 comments on commit 888217a

Please sign in to comment.