Skip to content

Commit

Permalink
Remove foresight (#5669)
Browse files Browse the repository at this point in the history
* Revert "Add Foresight status badge to README"

This reverts commit 57bb1e5.

* resolve conflict
  • Loading branch information
matteius authored Apr 27, 2023
1 parent 995e231 commit adf586c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
33 changes: 2 additions & 31 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
if: ${{ always() }}
with:
api_key: ${{ secrets.FORESIGHT_API_KEY }}
- run: |
python -m pip install pre-commit
pre-commit run --all-files --verbose --show-diff-on-failure
Expand All @@ -69,12 +64,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
if: ${{ always() }}
with:
api_key: ${{ secrets.FORESIGHT_API_KEY }}
python-version: "3.11"
- run: |
python -m pip install --upgrade wheel invoke parver beautifulsoup4 vistir towncrier requests parse hatch-fancy-pypi-readme
python -m invoke vendoring.update
Expand All @@ -96,12 +86,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
if: ${{ always() }}
with:
api_key: ${{ secrets.FORESIGHT_API_KEY }}

- name: Get python path
id: python-path
run: |
Expand Down Expand Up @@ -143,15 +127,7 @@ jobs:
PYTHONIOENCODING: "utf-8"
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=accept-new -o CheckHostIP=no
run: |
pipenv run pytest --junitxml=./reports/results.xml -ra -n auto -v --fulltrace tests
- name: Analyze Test and/or Coverage Results
uses: runforesight/foresight-test-kit-action@v1
if: ${{ always() }}
with:
api_key: ${{ secrets.FORESIGHT_API_KEY }}
test_format: JUNIT
test_framework: PYTEST
test_path: ./reports/**
pipenv run pytest -ra -n auto -v --fulltrace tests
build:
name: Build Package
Expand All @@ -162,11 +138,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
if: ${{ always() }}
with:
api_key: ${{ secrets.FORESIGHT_API_KEY }}
- run: pip install -U build twine
- run: |
python -m build
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
if: ${{ always() }}
with:
api_key: ${{ secrets.FORESIGHT_API_KEY }}

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Pipenv: Python Development Workflow for Humans
[![image](https://img.shields.io/pypi/l/pipenv.svg)](https://python.org/pypi/pipenv)
[![CI](https://github.com/pypa/pipenv/actions/workflows/ci.yaml/badge.svg)](https://github.com/pypa/pipenv/actions/workflows/ci.yaml)
[![image](https://img.shields.io/pypi/pyversions/pipenv.svg)](https://python.org/pypi/pipenv)
[![image](https://api-public.service.runforesight.com/api/v1/badge/test?repoId=a9acfd31-fca9-4ebb-a449-c7bf0f85a481)](https://pypa.app.runforesight.com)

------------------------------------------------------------------------

Expand Down

0 comments on commit adf586c

Please sign in to comment.