-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f6f93b
commit 51878e0
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters