Skip to content

Commit

Permalink
Publish code coverage results to gist
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed Feb 10, 2024
1 parent 8f21017 commit 435d388
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/frameworkTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- main
paths:
- "src/**"
- ".github/workflows/**"
- ".github/workflows/**" #remove later

jobs:
run-tests:
Expand Down Expand Up @@ -57,4 +57,11 @@ jobs:
hide_branch_rate: true
hide_complexity: true
badge: true
output: 'console'
output: 'file'

- name: Publish code coverage results
uses: exuanbo/actions-deploy-gist@v1
with:
token: ${{ secrets.GIST_SECRET }}
gist_id: 36ad591681898e170d7fe636cd88b816
file_path: code-coverage-results.txt

0 comments on commit 435d388

Please sign in to comment.