mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b05177713 | |||
| ff2d7d415f | |||
| 2f75c0ed34 |
@@ -247,7 +247,7 @@ jobs:
|
||||
output-artifact-directory: target/debug
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
|
||||
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
|
||||
if: github.repository == 'starship/starship'
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
Generated
+232
-351
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -45,7 +45,7 @@ gix = { version = "0.84.0", default-features = false, features = ["max-performan
|
||||
indexmap = { version = "2.14.0", features = ["serde"] }
|
||||
jiff = { version = "0.2.28", features = ["serde"] }
|
||||
jsonc-parser = { version = "0.32.4", features = ["serde"] }
|
||||
log = { version = "0.4.30", features = ["std"] }
|
||||
log = { version = "0.4.32", features = ["std"] }
|
||||
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
|
||||
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
||||
notify-rust = { version = "4.18.0", optional = true }
|
||||
|
||||
Generated
+299
-299
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user