Skip to content

Commit d1e7cbb

Browse files
authored
Remove deprecated grcov
1 parent 106798a commit d1e7cbb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@ jobs:
5050
run: cargo test --all-features --no-fail-fast -- -Z unstable-options --format json --report-time | tee results.json && cat results.json | cargo2junit > results.xml
5151
env:
5252
CARGO_INCREMENTAL: '0'
53-
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
54-
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
53+
RUSTFLAGS: '-Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
54+
RUSTDOCFLAGS: '-Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
5555
KUSTO_CLUSTER_URL: ${{ secrets.ENGINE_CONNECTION_STRING }}
5656
KUSTO_DATABASE: ${{ secrets.TEST_DATABASE }}
57-
- uses: actions-rs/[email protected]
58-
id: coverage
5957
- name: Publish Unit Test Results
6058
uses: EnricoMi/publish-unit-test-result-action@v2
6159
if: always()

0 commit comments

Comments
 (0)