File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 run : |
3737 pytest --cov=./slack_bolt/ --cov-report=xml
3838 - name : Upload coverage to Codecov
39- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
39+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
4040 with :
4141 fail_ci_if_error : true
4242 report_type : coverage
Original file line number Diff line number Diff line change 7777 pytest tests/scenario_tests_async/ --junitxml=reports/test_scenario_async.xml
7878 - name : Upload test results to Codecov
7979 if : ${{ !cancelled() }}
80- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
80+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
8181 with :
8282 directory : ./reports/
8383 fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments