We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406e957 commit 5818c5aCopy full SHA for 5818c5a
README.md
@@ -26,7 +26,7 @@ steps:
26
- name: Report Annotate
27
id: annotate
28
if: always() # Run with test/lint failures.
29
- uses: granodigital/report-annotate@v1
+ uses: granodigital/report-annotate@v3
30
with:
31
reports: |
32
junit|reports/junit-generic.xml
@@ -78,7 +78,7 @@ Feel free to open a PR to add support for new report formats or matchers.
78
79
80
81
82
83
reports: my-matcher|reports/*.xml
84
custom-matchers: |
0 commit comments