Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 14ffd46

Browse files
committed
build: remove test result publisher
1 parent d1d7dd8 commit 14ffd46

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/package_analyze.yaml

-13
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,6 @@ jobs:
116116
dart run coverage:format_coverage --in coverage --out coverage/coverage.lcov --lcov --report-on=lib
117117
bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov
118118
119-
- name: Publish test results
120-
uses: dorny/[email protected]
121-
if: success() || failure() # run this step even if previous step failed
122-
with:
123-
name: Tests result
124-
path: reports/tests.json
125-
reporter: dart-json
126-
list-suites: "all"
127-
list-tests: "all"
128-
max-annotations: 16
129-
fail-on-error: true
130-
token: ${{ secrets.GITHUB_TOKEN }}
131-
132119
check-minimal-supported-dart-compatibility:
133120
needs: analysis
134121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)