Skip to content

Commit 8567b69

Browse files
committed
Remove codecov from pipeline
Currently no PRs can be merged since the codecov step doesn't work anymore. Fixing that is a lengthy process, so to temporarily unblock important PRs from being merged (i.e. #116, #114, #107), we will remove this from our pipeline.
1 parent 2f4ef84 commit 8567b69

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

-6
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,3 @@ jobs:
2525
- name: Test
2626
run: |
2727
poetry run pytest src/tests --cov=./ --cov-report=xml
28-
- name: Upload coverage to Codecov
29-
uses: codecov/codecov-action@v2
30-
with:
31-
fail_ci_if_error: true
32-
files: ./coverage.xml
33-
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)