Commit c046299 1 parent 5d0e9ac commit c046299 Copy full SHA for c046299
File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,16 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Check out repository
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Setup MATLAB
25
25
uses : matlab-actions/setup-matlab@v1
26
26
with :
27
27
release : R2020b
28
+ products : Deep_Learning_Toolbox Parallel_Computing_Toolbox
28
29
29
30
- name : Run tests and generate artifacts
30
- uses : matlab-actions/run-tests@v1
31
+ uses : matlab-actions/run-tests@v2
31
32
with :
32
33
source-folder : src
33
34
select-by-folder : test
41
42
report_paths : test-results/results.xml
42
43
43
44
- name : Code Coverage Summary Report
44
- uses : codecov/codecov-action@v2
45
+ uses : codecov/codecov-action@v4
46
+ if : always()
47
+ env :
48
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
45
49
with :
46
50
files : code-coverage/coverage.xml
Original file line number Diff line number Diff line change 5
5
6
6
[ ![ Documentation Status] ( https://readthedocs.org/projects/tensortrack/badge/?version=latest )] ( https://tensortrack.readthedocs.io/en/latest/?badge=latest )
7
7
[ ![ CI] ( https://github.com/quantumghent/TensorTrack/actions/workflows/CI.yml/badge.svg )] ( https://github.com/quantumghent/TensorTrack/actions/workflows/CI.yml )
8
- [ ![ Codecov ] ( https://codecov.io/gh/quantumghent/TensorTrack/branch/main/ graph/badge.svg?token=1I0XEB69TQ )] ( https://codecov.io/gh/quantumghent/TensorTrack )
8
+ [ ![ codecov ] ( https://codecov.io/gh/quantumghent/TensorTrack/graph/badge.svg?token=NdumVqzQuM )] ( https://codecov.io/gh/quantumghent/TensorTrack )
9
9
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
10
10
[ ![ DOI] ( https://zenodo.org/badge/481924253.svg )] ( https://zenodo.org/badge/latestdoi/481924253 )
11
11
@@ -88,6 +88,7 @@ The design of the algorithms is chosen such that the inclusion of symmetries sho
88
88
This project depends on the following:
89
89
- MATLAB version R2020b or newer
90
90
- [ Parallel Computing Toolbox] ( https://de.mathworks.com/products/parallel-computing.html )
91
+ - [ Deep Learning Toolbox] ( https://de.mathworks.com/products/deep-learning.html )
91
92
- A C++ compiler compatible with your MATLAB version for MEX-file compilation.
92
93
93
94
### Installation
File renamed without changes.
You can’t perform that action at this time.
0 commit comments