Skip to content

Commit

Permalink
ci: enable code coverage for main branch for better reports (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Sep 29, 2023
1 parent 29788fa commit b0f309f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
@@ -1,6 +1,9 @@
name: Tests

on: [pull_request]
on:
pull_request:
push:
branches: [main] # code coverage reporting needs to be on main so all PRs can compare against it.

concurrency: # cancel previous workflow run if one exists.
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit b0f309f

Please sign in to comment.