File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 4141 with :
4242 token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4343 file : coverage.xml # optional
44- flags : unittests # optional
45- name : codecov-umbrella # optional
44+ flags : octave # optional
4645 fail_ci_if_error : true # optional (default = false)
Original file line number Diff line number Diff line change @@ -11,16 +11,12 @@ sphinx:
1111 builder : html
1212 fail_on_warning : true
1313
14- # Build documentation with MkDocs
15- # mkdocs:
16- # configuration: mkdocs.yml
17-
1814# Optionally build your docs in additional formats such as PDF
1915formats :
2016 - pdf
2117
2218# Optionally set the version of Python and requirements required to build your docs
2319python :
24- version : 3.7
20+ version : 3
2521 install :
2622 - requirements : requirements.txt
You can’t perform that action at this time.
0 commit comments