We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b75df92 + bda782b commit 860aeceCopy full SHA for 860aece
1 file changed
.github/workflows/python-application.yml
@@ -17,7 +17,6 @@ concurrency:
17
jobs:
18
lint:
19
runs-on: ubuntu-latest
20
- if: github.event_name == 'pull_request'
21
22
steps:
23
- uses: actions/checkout@v4
@@ -43,7 +42,6 @@ jobs:
43
42
44
test:
45
46
47
48
49
@@ -109,10 +107,3 @@ jobs:
109
107
- name: Run tests
110
108
run: |
111
python -m pytest
112
-
113
- - name: Upload .coverage artifact
114
- uses: actions/upload-artifact@v4
115
- with:
116
- name: coverage-${{ matrix.python-version }}
117
- path: |
118
- .coverage
0 commit comments