Skip to content

Commit

Permalink
chore: rm foresight from ci - rip
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jul 15, 2023
1 parent f31af3e commit b62af17
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ jobs:
tox_env: "py38"

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

- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python }}
Expand All @@ -80,14 +74,3 @@ jobs:
pip install tox virtualenv
- name: Test build
run: "tox -e ${{ matrix.tox_env }}"

- name: Analyze Test and/or Coverage Results
uses: runforesight/foresight-test-kit-action@v1
if: ${{ always() }}
with:
api_key: ${{ secrets.FORESIGHT_API_KEY }}
coverage_path: ./coverage.xml
coverage_format: JACOCO/XML
test_framework: pytest
test_path: ./foresight-reports/**
test_format: JUNIT

0 comments on commit b62af17

Please sign in to comment.