Skip to content

Commit

Permalink
Add coverage comment workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
annshress committed Sep 8, 2023
1 parent dd70fad commit 803d806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- completed

jobs:
test:
comment:
name: Run tests & display coverage
runs-on: ubuntu-latest
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
jobs:
docs:
runs-on: ubuntu-latest
name: Docs
needs: test
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 803d806

Please sign in to comment.