File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 - name : Install dependencies 🔧
6868 run : |
6969 python -m pip install --upgrade pip setuptools wheel
70- python -m pip install --upgrade coveralls coverage_pyver_pragma
70+ python -m pip install --upgrade " coveralls>=3.0.0" coverage_pyver_pragma
7171
7272 - name : " Download Coverage 🪂"
7373 uses : actions/download-artifact@v2
9393 env :
9494 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9595 run : |
96- coveralls
96+ coveralls --service=github
9797
9898 Deploy :
9999 needs : tests
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ python:
1111 install :
1212 - requirements : requirements.txt
1313 - requirements : doc-source/requirements.txt
14+ - method : pip
15+ path : .
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ exclude_lines =
140140 if TYPE_CHECKING:
141141 if typing.TYPE_CHECKING:
142142 if __name__ == .__main__.:
143+ \.\.\.
143144
144145[check-wheel-contents]
145146ignore = W002
You can’t perform that action at this time.
0 commit comments