File tree Expand file tree Collapse file tree 36 files changed +2416
-121
lines changed Expand file tree Collapse file tree 36 files changed +2416
-121
lines changed Original file line number Diff line number Diff line change 17
17
- name : Set up Python
18
18
uses : actions/setup-python@v2
19
19
with :
20
- python-version : ' 3.x '
20
+ python-version : 3.9
21
21
- name : Install dependencies
22
22
run : |
23
23
python -m pip install --upgrade pip
32
32
run : |
33
33
RELEASE=${{ steps.get_version.outputs.VERSION }} python setup.py sdist bdist_wheel
34
34
twine upload dist/*
35
- READTHEDOCS_TOKEN="${{ secrets.READTHEDOCS_TOKEN }}" bin/publish-docs ${{ steps.get_version.outputs.VERSION }}
35
+ # READTHEDOCS_TOKEN="${{ secrets.READTHEDOCS_TOKEN }}" bin/publish-docs ${{ steps.get_version.outputs.VERSION }}
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
test :
11
11
12
- runs-on : ubuntu-18 .04
12
+ runs-on : ubuntu-22 .04
13
13
strategy :
14
14
matrix :
15
15
python-version : ["2.7"]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
- name : Set up Python
20
- uses : actions /setup-python@v2
20
+ uses : MatteoH2O1999 /setup-python@v2
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
- uses : actions/setup-java@v1
28
28
- name : Install dependencies
29
29
run : |
30
30
python -m pip install --upgrade pip wheel
31
- pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
32
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
32
34
33
- name : Perform legal checks
42
41
env :
43
42
NEO4J_VERSION : ' 3.4'
44
43
44
+ - name : Set up Python for coverage
45
+ uses : actions/setup-python@v2
46
+ with :
47
+ python-version : 3.12
48
+ - name : Create lcov coverage report
49
+ run : |
50
+ pip install coverage
51
+ coverage lcov --rcfile="test/.coveragerc"
52
+ - name : Set up Python for coverage
53
+ uses : actions/setup-python@v2
54
+ with :
55
+ python-version : 3.12
56
+ - name : Create lcov coverage report
57
+ run : |
58
+ pip install coverage
59
+ coverage lcov --rcfile="test/.coveragerc"
45
60
- name : Upload coverage
46
- run : coveralls
47
- env :
48
- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
49
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
61
+ uses : coverallsapp/github-action@master
62
+ with :
63
+ github-token : ${{ secrets.GITHUB_TOKEN }}
64
+ path-to-lcov : coverage.lcov
Original file line number Diff line number Diff line change 28
28
- name : Install dependencies
29
29
run : |
30
30
python -m pip install --upgrade pip wheel
31
- pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
32
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
32
34
33
- name : Perform legal checks
42
41
env :
43
42
NEO4J_VERSION : ' 3.4'
44
43
44
+ - name : Set up Python for coverage
45
+ uses : actions/setup-python@v2
46
+ with :
47
+ python-version : 3.12
48
+ - name : Create lcov coverage report
49
+ run : |
50
+ pip install coverage
51
+ coverage lcov --rcfile="test/.coveragerc"
45
52
- name : Upload coverage
46
- run : coveralls
47
- env :
48
- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
49
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
+ uses : coverallsapp/github-action@master
54
+ with :
55
+ github-token : ${{ secrets.GITHUB_TOKEN }}
56
+ path-to-lcov : coverage.lcov
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
test :
11
11
12
- runs-on : ubuntu-18 .04
12
+ runs-on : ubuntu-22 .04
13
13
strategy :
14
14
matrix :
15
15
python-version : ["2.7"]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
- name : Set up Python
20
- uses : actions /setup-python@v2
20
+ uses : MatteoH2O1999 /setup-python@v2
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
- uses : actions/setup-java@v1
28
28
- name : Install dependencies
29
29
run : |
30
30
python -m pip install --upgrade pip wheel
31
- pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
32
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
32
34
33
- name : Perform legal checks
42
41
env :
43
42
NEO4J_VERSION : ' 3.5'
44
43
44
+ - name : Set up Python for coverage
45
+ uses : actions/setup-python@v2
46
+ with :
47
+ python-version : 3.12
48
+ - name : Create lcov coverage report
49
+ run : |
50
+ pip install coverage
51
+ coverage lcov --rcfile="test/.coveragerc"
45
52
- name : Upload coverage
46
- run : coveralls
47
- env :
48
- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
49
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
+ uses : coverallsapp/github-action@master
54
+ with :
55
+ github-token : ${{ secrets.GITHUB_TOKEN }}
56
+ path-to-lcov : coverage.lcov
Original file line number Diff line number Diff line change 28
28
- name : Install dependencies
29
29
run : |
30
30
python -m pip install --upgrade pip wheel
31
- pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
32
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
32
34
33
- name : Perform legal checks
42
41
env :
43
42
NEO4J_VERSION : ' 3.5'
44
43
44
+ - name : Set up Python for coverage
45
+ uses : actions/setup-python@v2
46
+ with :
47
+ python-version : 3.12
48
+ - name : Create lcov coverage report
49
+ run : |
50
+ pip install coverage
51
+ coverage lcov --rcfile="test/.coveragerc"
45
52
- name : Upload coverage
46
- run : coveralls
47
- env :
48
- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
49
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
+ uses : coverallsapp/github-action@master
54
+ with :
55
+ github-token : ${{ secrets.GITHUB_TOKEN }}
56
+ path-to-lcov : coverage.lcov
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
test :
11
11
12
- runs-on : ubuntu-18 .04
12
+ runs-on : ubuntu-22 .04
13
13
strategy :
14
14
matrix :
15
15
python-version : ["2.7"]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
- name : Set up Python
20
- uses : actions /setup-python@v2
20
+ uses : MatteoH2O1999 /setup-python@v2
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
- uses : actions/setup-java@v1
28
28
- name : Install dependencies
29
29
run : |
30
30
python -m pip install --upgrade pip wheel
31
- pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
32
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
32
34
33
- name : Perform legal checks
42
41
env :
43
42
NEO4J_VERSION : ' 4.0'
44
43
44
+ - name : Set up Python for coverage
45
+ uses : actions/setup-python@v2
46
+ with :
47
+ python-version : 3.12
48
+ - name : Create lcov coverage report
49
+ run : |
50
+ pip install coverage
51
+ coverage lcov --rcfile="test/.coveragerc"
45
52
- name : Upload coverage
46
- run : coveralls
47
- env :
48
- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
49
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
+ uses : coverallsapp/github-action@master
54
+ with :
55
+ github-token : ${{ secrets.GITHUB_TOKEN }}
56
+ path-to-lcov : coverage.lcov
Original file line number Diff line number Diff line change 28
28
- name : Install dependencies
29
29
run : |
30
30
python -m pip install --upgrade pip wheel
31
- pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
32
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
32
34
33
- name : Perform legal checks
42
41
env :
43
42
NEO4J_VERSION : ' 4.0'
44
43
44
+ - name : Set up Python for coverage
45
+ uses : actions/setup-python@v2
46
+ with :
47
+ python-version : 3.12
48
+ - name : Create lcov coverage report
49
+ run : |
50
+ pip install coverage
51
+ coverage lcov --rcfile="test/.coveragerc"
45
52
- name : Upload coverage
46
- run : coveralls
47
- env :
48
- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
49
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
+ uses : coverallsapp/github-action@master
54
+ with :
55
+ github-token : ${{ secrets.GITHUB_TOKEN }}
56
+ path-to-lcov : coverage.lcov
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
test :
11
11
12
- runs-on : ubuntu-18 .04
12
+ runs-on : ubuntu-22 .04
13
13
strategy :
14
14
matrix :
15
15
python-version : ["2.7"]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
- name : Set up Python
20
- uses : actions /setup-python@v2
20
+ uses : MatteoH2O1999 /setup-python@v2
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
- uses : actions/setup-java@v1
28
28
- name : Install dependencies
29
29
run : |
30
30
python -m pip install --upgrade pip wheel
31
- pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
32
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
32
34
33
- name : Perform legal checks
42
41
env :
43
42
NEO4J_VERSION : ' 4.1'
44
43
44
+ - name : Set up Python for coverage
45
+ uses : actions/setup-python@v2
46
+ with :
47
+ python-version : 3.12
48
+ - name : Create lcov coverage report
49
+ run : |
50
+ pip install coverage
51
+ coverage lcov --rcfile="test/.coveragerc"
45
52
- name : Upload coverage
46
- run : coveralls
47
- env :
48
- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
49
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
+ uses : coverallsapp/github-action@master
54
+ with :
55
+ github-token : ${{ secrets.GITHUB_TOKEN }}
56
+ path-to-lcov : coverage.lcov
Original file line number Diff line number Diff line change 28
28
- name : Install dependencies
29
29
run : |
30
30
python -m pip install --upgrade pip wheel
31
- pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
32
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
32
34
33
- name : Perform legal checks
42
41
env :
43
42
NEO4J_VERSION : ' 4.1'
44
43
44
+ - name : Set up Python for coverage
45
+ uses : actions/setup-python@v2
46
+ with :
47
+ python-version : 3.12
48
+ - name : Create lcov coverage report
49
+ run : |
50
+ pip install coverage
51
+ coverage lcov --rcfile="test/.coveragerc"
45
52
- name : Upload coverage
46
- run : coveralls
47
- env :
48
- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
49
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
+ uses : coverallsapp/github-action@master
54
+ with :
55
+ github-token : ${{ secrets.GITHUB_TOKEN }}
56
+ path-to-lcov : coverage.lcov
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
test :
11
11
12
- runs-on : ubuntu-18 .04
12
+ runs-on : ubuntu-22 .04
13
13
strategy :
14
14
matrix :
15
15
python-version : ["2.7"]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
- name : Set up Python
20
- uses : actions /setup-python@v2
20
+ uses : MatteoH2O1999 /setup-python@v2
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
- uses : actions/setup-java@v1
28
28
- name : Install dependencies
29
29
run : |
30
30
python -m pip install --upgrade pip wheel
31
- pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
32
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
32
34
33
- name : Perform legal checks
42
41
env :
43
42
NEO4J_VERSION : ' 4.2'
44
43
44
+ - name : Set up Python for coverage
45
+ uses : actions/setup-python@v2
46
+ with :
47
+ python-version : 3.12
48
+ - name : Create lcov coverage report
49
+ run : |
50
+ pip install coverage
51
+ coverage lcov --rcfile="test/.coveragerc"
45
52
- name : Upload coverage
46
- run : coveralls
47
- env :
48
- COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
49
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
+ uses : coverallsapp/github-action@master
54
+ with :
55
+ github-token : ${{ secrets.GITHUB_TOKEN }}
56
+ path-to-lcov : coverage.lcov
You can’t perform that action at this time.
0 commit comments