Skip to content

Commit

Permalink
Update code-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jan 10, 2023
1 parent 5498690 commit 2680b3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
name: Generate code coverage badge

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
if: |
(
github.actor != 'dependabot[bot]' &&
github.actor != 'dependabot'
)
name: Update coverage badge
steps:
- name: Checkout
Expand Down

0 comments on commit 2680b3c

Please sign in to comment.