File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- name : " Upload Coverage 🚀"
48
48
uses : actions/upload-artifact@v2
49
+ if : ${{ always() }}
49
50
with :
50
51
name : " coverage-${{ matrix.config.python-version }}"
51
52
path : .coverage
Original file line number Diff line number Diff line change 48
48
49
49
- name : " Upload Coverage 🚀"
50
50
uses : actions/upload-artifact@v2
51
+ if : ${{ always() }}
51
52
with :
52
53
name : " coverage-${{ matrix.config.python-version }}"
53
54
path : .coverage
Original file line number Diff line number Diff line change 47
47
48
48
- name : " Upload Coverage 🚀"
49
49
uses : actions/upload-artifact@v2
50
+ if : ${{ always() }}
50
51
with :
51
52
name : " coverage-${{ matrix.config.python-version }}"
52
53
path : .coverage
Original file line number Diff line number Diff line change 59
59
- id : pyupgrade
60
60
args :
61
61
- --py36-plus
62
+ - --keep-runtime-typing
62
63
63
64
- repo : https://github.com/Lucas-C/pre-commit-hooks
64
65
rev : v1.1.9
You can’t perform that action at this time.
0 commit comments