Skip to content

Commit c046299

Browse files
committed
Update CI and coverage
1 parent 5d0e9ac commit c046299

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/CI.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out repository
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323

2424
- name: Setup MATLAB
2525
uses: matlab-actions/setup-matlab@v1
2626
with:
2727
release: R2020b
28+
products: Deep_Learning_Toolbox Parallel_Computing_Toolbox
2829

2930
- name: Run tests and generate artifacts
30-
uses: matlab-actions/run-tests@v1
31+
uses: matlab-actions/run-tests@v2
3132
with:
3233
source-folder: src
3334
select-by-folder: test
@@ -41,6 +42,9 @@ jobs:
4142
report_paths: test-results/results.xml
4243

4344
- 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 }}
4549
with:
4650
files: code-coverage/coverage.xml

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![Documentation Status](https://readthedocs.org/projects/tensortrack/badge/?version=latest)](https://tensortrack.readthedocs.io/en/latest/?badge=latest)
77
[![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)
99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1010
[![DOI](https://zenodo.org/badge/481924253.svg)](https://zenodo.org/badge/latestdoi/481924253)
1111

@@ -88,6 +88,7 @@ The design of the algorithms is chosen such that the inclusion of symmetries sho
8888
This project depends on the following:
8989
- MATLAB version R2020b or newer
9090
- [Parallel Computing Toolbox](https://de.mathworks.com/products/parallel-computing.html)
91+
- [Deep Learning Toolbox](https://de.mathworks.com/products/deep-learning.html)
9192
- A C++ compiler compatible with your MATLAB version for MEX-file compilation.
9293

9394
### Installation
File renamed without changes.

0 commit comments

Comments
 (0)