Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report test coverage in a PR #21

Merged
merged 26 commits into from
Mar 10, 2024

debug

9f6967a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

report test coverage in a PR #21

debug
9f6967a
Select commit
Loading
Failed to load commit list.
GitHub Actions / actionlint failed Mar 9, 2024 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (1)

.github/workflows/check.yml|57 col 13| if: condition "always() && ${{ matrix.command == 'test:coverage' }}" is always evaluated to true because extra characters are around ${{ }} [if-cond]

Filtered Findings (0)

Annotations

Check failure on line 57 in .github/workflows/check.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/check.yml#L57

if: condition "always() && ${{ matrix.command == 'test:coverage' }}" is always evaluated to true because extra characters are around ${{ }} [if-cond]
Raw output
.github/workflows/check.yml:57:13: if: condition "always() && ${{ matrix.command == 'test:coverage' }}" is always evaluated to true because extra characters are around ${{ }} [if-cond]