Skip to content

Commit

Permalink
Merge pull request #20 from WiredNerd/dev
Browse files Browse the repository at this point in the history
Save Poodle HTML report
  • Loading branch information
WiredNerd authored Dec 30, 2023
2 parents aa4efc5 + 5bd5e16 commit 233b0b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/poodle-mutation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Poodle Mutation Test
on:
workflow_dispatch:

# json is created and saved in update-coverage workflow
jobs:
poodle:
name: Mutation Test with Poodle
Expand All @@ -26,4 +27,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Mutation testing report HTML
path: mutation_reports
path: mutation_reports
6 changes: 6 additions & 0 deletions .github/workflows/update-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
path: cov-html
- name: Poodle
run: poodle --report json || true
- name: Upload Report HTML
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: Mutation testing report HTML
path: mutation_reports
- name: save-json-report
if: ${{ github.ref_name == 'main' }}
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 233b0b5

Please sign in to comment.