ci: run coverage on PRs too, not just master push

This commit is contained in:
2026-01-17 18:13:47 +03:00
parent e40b89ad92
commit 1d113c4d64

View File

@@ -102,7 +102,6 @@ jobs:
coverage:
runs-on: ubuntu-latest
name: Code Coverage
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- name: Build and run coverage