Skip to content

Commit 92c1ecd

Browse files
authored
don't postpone fast track tests
1 parent 330114d commit 92c1ecd

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
coverage report -m --fail-under=90
5353
coverage json
5454
55+
- name: Upload coverage reports to Codecov
56+
uses: codecov/codecov-action@v3
57+
env:
58+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5559

5660
- name: Checksum build directory
5761
id: build-checksum
@@ -135,8 +139,3 @@ jobs:
135139
exit 1
136140
fi
137141
138-
139-
- name: Upload coverage reports to Codecov
140-
uses: codecov/codecov-action@v3
141-
env:
142-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)