mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 17:06:20 +00:00
ci: run coverage on PRs too, not just master push
This commit is contained in:
1
.github/workflows/ci-code.yml
vendored
1
.github/workflows/ci-code.yml
vendored
@@ -102,7 +102,6 @@ jobs:
|
|||||||
coverage:
|
coverage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Code Coverage
|
name: Code Coverage
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build and run coverage
|
- name: Build and run coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user