mirror of
https://github.com/Portabase/agent.git
synced 2026-09-10 01:57:10 +00:00
fix: test ci
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
-e RUSTFLAGS \
|
||||
-e LLVM_PROFILE_FILE \
|
||||
agent-test bash -c "
|
||||
cargo clean &&
|
||||
rm -rf /app/target/* &&
|
||||
cargo test --verbose &&
|
||||
sync
|
||||
"
|
||||
@@ -74,6 +74,9 @@ jobs:
|
||||
echo "lcov.info size:" $(wc -c ./lcov.info | awk '{print $1}')
|
||||
head -n 30 ./lcov.info || true
|
||||
|
||||
- name: Import Codecov GPG key
|
||||
run: curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --import
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user