This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -34,19 +34,21 @@ jobs:
34
34
- name : Build VirtualEnv
35
35
run : |
36
36
# cd ${{ github.workspace }}
37
- # echo "cache name : ${{ env.cache-name }}"
38
- # echo "github.head_ref: '${{ github.head_ref }}'"
39
- # echo "github.sha : '${{ github.sha }}'"
37
+ echo "cache name : ' ${{ env.cache-name }}' "
38
+ echo "github.head_ref : '${{ github.head_ref }}'"
39
+ echo "github.sha : '${{ github.sha }}'"
40
40
#pwd
41
41
#ls -ltrhF
42
42
python3 --version > version.txt
43
43
cat version.txt
44
44
python3 -m venv ${{ env.venv-name }}
45
+ #ls -ltrhF ${{ env.venv-name }}/bin/
45
46
source ${{ env.venv-name }}/bin/activate
47
+ echo "VIRTUAL_ENV = ${VIRTUAL_ENV}"
46
48
cd source
47
49
# python3 -m pip install wheel configparserenhanced @ git+https://github.com/sandialabs/ConfigParserEnhanced.git@master#egg=configparserenhanced
48
50
python3 -m pip install wheel -r requirements.txt -r requirements-test.txt -r doc/requirements.txt
49
- ls -ltrhF
51
+ # ls -ltrhF
50
52
51
53
pytest :
52
54
runs-on : ubuntu-latest
69
71
- name : Execute
70
72
run : |
71
73
source ${{ env.venv-name }}/bin/activate
74
+ cd source
72
75
python3 -m pytest --version
73
- python3 -m pytest --cov=configparserenhanced --cov-report=term --cov-report=html --cov-report=html:${{ github.workspace }}/htmlcov --cov-config=.coveragerc
76
+ #ls -ltrhF
77
+ echo "VIRTUAL_ENV = ${VIRTUAL_ENV}"
78
+ python3 -m pytest --cov=setprogramoptions --cov-report=term --cov-report=html:${{ github.workspace }}/htmlcov --cov-config=.coveragerc
79
+ echo "htmlcov"
74
80
ls -ltrhF ${{ github.workspace }}/htmlcov
75
81
76
82
- name : Save Artifacts
82
88
83
89
84
90
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
91
# - name: Cache
94
92
# uses: actions/cache@v2
95
93
# env:
You can’t perform that action at this time.
0 commit comments