Skip to content

Commit

Permalink
Merge pull request #46 from TheJacksonLaboratory/fix-compass-reporting
Browse files Browse the repository at this point in the history
Fixing the compass metric reporting step
  • Loading branch information
bergsalex authored Mar 29, 2024
2 parents cba64cc + b3de941 commit 691e902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
check-coverage:
uses: ./.github/workflows/_check-coverage-action.yml
secrets: inherit
permissions:
pull-requests: write
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
check-coverage:
name: "Check Coverage"
needs: [format-lint]
secrets: inherit
uses: ./.github/workflows/_check-coverage-action.yml
permissions:
pull-requests: write
Expand Down

0 comments on commit 691e902

Please sign in to comment.