Skip to content

Commit

Permalink
Final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored and rickie committed Nov 19, 2022
1 parent 0f6f93b commit 51878e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pitest-analyze-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Performs mutation test analysis on the files changed by a pull request and
# Performs mutation testing analysis on the files changed by a pull request and
# uploads the results. The associated PR is subsequently updated by the
# `pitest-update-pr.yml` workflow. See https://blog.pitest.org/oss-pitest-pr/
# for details.
Expand Down Expand Up @@ -52,6 +52,6 @@ jobs:
uses: actions/[email protected]
with:
name: pitest-reports
path: target/pit-reports-ci
path: ./target/pit-reports-ci
- name: Update PR
run: mvn -DrepoToken="${{ secrets.GITHUB_TOKEN }}" pitest-github:updatePR
2 changes: 1 addition & 1 deletion .github/workflows/pitest-update-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Updates a pull request based on the corresponding mutation test analysis
# Updates a pull request based on the corresponding mutation testing analysis
# performed by the `pitest-analyze-pr.yml` workflow. See
# https://blog.pitest.org/oss-pitest-pr/ for details.
name: "Mutation testing: post results"
Expand Down

0 comments on commit 51878e0

Please sign in to comment.