File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
args : --lib --no-fail-fast ${{ matrix.cargo_flags }}
51
51
env :
52
52
CARGO_INCREMENTAL : " 0"
53
- RUSTFLAGS : ' -Zprofile - Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort -Cdebug-assertions=off'
54
- RUSTDOCFLAGS : ' -Zprofile - Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort -Cdebug-assertions=off'
53
+ RUSTFLAGS : ' -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort -Cdebug-assertions=off -Cprofile-generate=target/debug '
54
+ RUSTDOCFLAGS : ' -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort -Cdebug-assertions=off -Cprofile-generate=target/debug '
55
55
56
56
- name : Generate coverage data
57
57
id : grcov
75
75
--service-name "GitHub Actions" \
76
76
--service-number ${{ github.run_id }}
77
77
- name : Upload coverage as artifact
78
- uses : actions/upload-artifact@v2
78
+ uses : actions/upload-artifact@v4
79
79
with :
80
80
name : lcov.info
81
81
# path: ${{ steps.grcov.outputs.report }}
Original file line number Diff line number Diff line change 38
38
docker cp chat-server:/usr/src/app/logs/. .
39
39
40
40
- name : Upload logs as artifact
41
- uses : actions/upload-artifact@v2
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : logs
44
44
path : |
You can’t perform that action at this time.
0 commit comments