File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4646 header : Code coverage report
4747 recreate : true
4848 path : code-coverage-results.md
49+ - name : Clear previous benchmark report
50+ if : ${{ github.event_name == 'push' }}
51+ env :
52+ GH_TOKEN : ${{ github.token }}
53+ run : |
54+ gh cache delete ${{ runner.os }}-benchmark --repo kayjan/bigtree
55+ continue-on-error : true
4956 - name : Download previous benchmark report
5057 uses : actions/cache@v4
5158 with :
6168 github-token : ${{ secrets.GITHUB_TOKEN }}
6269 comment-always : true
6370 summary-always : true
64- - name : Clear previous benchmark report
65- if : ${{ github.event_name == 'push' }}
66- env :
67- GH_TOKEN : ${{ github.token }}
68- run : |
69- gh cache delete ${{ runner.os }}-benchmark --repo kayjan/bigtree
70- continue-on-error : true
7171 - name : Upload coverage to Codecov
7272 if : ${{ github.event_name == 'push' }}
7373 uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments