File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 22# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33on :
44 push :
5- branches : [main, master ]
5+ branches : [dev, main ]
66 pull_request :
7+ branches : [dev, main]
78
89name : R-CMD-check.yaml
910
Original file line number Diff line number Diff line change 22# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33on :
44 push :
5- branches : [main, master ]
5+ branches : [dev, main ]
66 pull_request :
7+ branches : [dev, main]
78
89name : test-coverage.yaml
910
4647 plugins : noop
4748 disable_search : true
4849 token : ${{ secrets.CODECOV_TOKEN }}
49-
50-
51- - name : Upload test results
52- if : failure()
53- uses : actions/upload-artifact@v4
54- with :
55- name : coverage-test-failures
56- path : ${{ runner.temp }}/package
You can’t perform that action at this time.
0 commit comments