annervisser/Psalm baseline progress

Calculates psalm baseline diff

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base_refgit ref to use for calculating the base_scoreno${{ github.event.pull_request.base.sha }}
head_refgit ref to use for calculating the head_scorenoHEAD
path_to_baselinePath to the baseline fileno./psalm-baseline.xml
template_decreasedTemplate to use when the baseline has decreasedno🍀 Psalm baseline has decreased: **$BASE_SCORE** → **$HEAD_SCORE** _(**${SCORE_DIFF}**)_
template_increasedTemplate to use when the baseline has grownno📛 Psalm baseline has increased: **$BASE_SCORE** → **$HEAD_SCORE** _(**+${SCORE_DIFF}**)_
template_no_changeTemplate to use when the baseline score hasn't changednoPsalm baseline score remained the same: **$HEAD_SCORE**
file_xpath_conditionA custom xpath condition to filter specific file entries. Default to excluding paths that start with "test"nonot(starts-with(@src, "test"))
namedescription
base_scoreBaseline score for the pull request base
head_scoreBaseline score for the pull request head
score_diffDifference between the two scores (head_score - base_score)
score_diff_stringSame as `score_diff`, with a `+` prepended for positive numbers
output_messageParsed output based on the `template_*` inputs