Skip to content

Commit

Permalink
Rust: SargonOS &Drivers more Profile Logic | Swift: Shared State …
Browse files Browse the repository at this point in the history
…(working example app)! (#131)

Introducing SargonOS
  • Loading branch information
CyonAlexRDX authored Jun 28, 2024
1 parent adaddc1 commit 967ebbc
Show file tree
Hide file tree
Showing 296 changed files with 11,240 additions and 3,558 deletions.
5 changes: 5 additions & 0 deletions .github/attention.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Hey 👋 You DID in fact read my fancy PR description BEFORE you started reviewing the code, right? Else switch back to description now and read it in full:

https://github.com/radixdlt/sargon/pull/131

Thank you! Happy review! 🙏
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
rustup target add aarch64-apple-darwin
sh ./scripts/ios/test.sh --codecov ${{ env.SWIFT_CODE_COV_REPORT_PATH }}
sh ./scripts/ios/test.sh --build --codecov ${{ env.SWIFT_CODE_COV_REPORT_PATH }}
- name: Upload to CodeCov.io
uses: RDXWorks-actions/codecov-action@main
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
uses: RDXWorks-actions/cargo-install@main
with:
crate: cargo-tarpaulin
tag: 0.27.3
tag: 0.30.0
locked: true

- name: Code Coverage - Generate
Expand Down
Loading

0 comments on commit 967ebbc

Please sign in to comment.