File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 5858 ${GITHUB_WORKSPACE}/build \
5959 --filter ${GITHUB_WORKSPACE}/include \
6060 --filter ${GITHUB_WORKSPACE}/src \
61- --exclude-lines-by-pattern '^\s*}|^\s*};' \
61+ --exclude-lines-by-pattern '^\s*}|^\s*};|^\s*\.[^\s]+\s*=\s*\".*\" ' \
6262 --exclude-noncode-lines \
6363 --exclude-throw-branches \
6464 --exclude-unreachable-branches \
6767 --cobertura \
6868 --output ${GITHUB_WORKSPACE}/build/coverage_report.xml
6969
70+ # https://docs.codecov.com/docs/adding-the-codecov-token
7071 - name : Submit coverage build
71- uses : codecov/codecov-action@v3.1.5
72+ uses : codecov/codecov-action@v5.4.0
7273 with :
73- files : build/coverage_report.xml
74+ disable_search : true
7475 fail_ci_if_error : false
76+ files : build/coverage_report.xml
77+ plugins : noop
78+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments