Skip to content

Commit 858bdde

Browse files
fix: try stackrox container
1 parent 6b0638b commit 858bdde

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Workflow for Codecov example-python
22
on: [push, pull_request]
33
jobs:
44
run:
5-
runs-on: ubuntu-latest
5+
container:
6+
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.61
67
steps:
78
- name: Checkout
89
uses: actions/checkout@v4
@@ -14,11 +15,6 @@ jobs:
1415
python-version: '3.10'
1516
- name: Install dependencies
1617
run: pip install -r requirements.txt
17-
- name: Run ATS
18-
uses: codecov/codecov-ats@v0
19-
env:
20-
CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
21-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2218
- name: Run tests and collect coverage
2319
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
2420
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)