Test CI v2.1.40
Some checks failed
Go CI Pipeline / Run Tests (push) Successful in 2m10s
Go CI Pipeline / Lint Code (push) Successful in 2m47s
DNS & Network Test / network-test (push) Failing after 15s
Go CI Pipeline / Security Scan (SCA - govulncheck) (push) Successful in 2m37s
Go CI Pipeline / Build Application (push) Successful in 1m16s
Some checks failed
Go CI Pipeline / Run Tests (push) Successful in 2m10s
Go CI Pipeline / Lint Code (push) Successful in 2m47s
DNS & Network Test / network-test (push) Failing after 15s
Go CI Pipeline / Security Scan (SCA - govulncheck) (push) Successful in 2m37s
Go CI Pipeline / Build Application (push) Successful in 1m16s
This commit is contained in:
parent
67a2f1e5a8
commit
82cc30e0f4
@ -65,23 +65,6 @@ jobs:
|
||||
cat test-output.log | ~/go/bin/go-junit-report -set-exit-code > report.xml
|
||||
# Tạo report coverage dạng text (tùy chọn)
|
||||
go tool cover -func=coverage.out
|
||||
|
||||
# Step 7: Upload Test Results (JUnit XML)
|
||||
- name: Upload JUnit Test Report
|
||||
# Chạy step này ngay cả khi test thất bại để luôn có report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-report-junit
|
||||
path: report.xml
|
||||
|
||||
# Step 7: Upload Coverage Report
|
||||
- name: Upload Coverage Report
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-report
|
||||
path: coverage.out
|
||||
|
||||
# ---- Job: Security Scan (SCA - govulncheck) ----
|
||||
sca_scan:
|
||||
name: Security Scan (SCA - govulncheck)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user