File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ jobs:
41
41
python -m pip install --upgrade pip
42
42
pip install --upgrade -r requirements-dev.txt
43
43
pip install .
44
- - name : Unit tests
45
- run : |
46
- pytest --cov --junitxml=junit.xml
47
- - name : Upload coverage to Codecov
48
- uses : codecov/codecov-action@v4
49
- with :
50
- token : ${{ secrets.CODECOV_TOKEN }}
51
- - name : Upload test results to Codecov
52
- if : ${{ !cancelled() }}
53
- uses : codecov/test-results-action@v1
54
- with :
55
- token : ${{ secrets.CODECOV_TOKEN }}
44
+ - name : Test with pytest
45
+ run : |
46
+ pytest --cov --junitxml=junit.xml
47
+ - name : Upload coverage to Codecov
48
+ uses : codecov/codecov-action@v4
49
+ with :
50
+ token : ${{ secrets.CODECOV_TOKEN }}
51
+ - name : Upload test results to Codecov
52
+ if : ${{ !cancelled() }}
53
+ uses : codecov/test-results-action@v1
54
+ with :
55
+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments