Skip to content

Commit

Permalink
chore: remove foresight
Browse files Browse the repository at this point in the history
Foresight is no longer in service
https://github.com/runforesight
  • Loading branch information
TonyRL committed Sep 3, 2023
1 parent 03146b5 commit f1d1b49
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos as documented, but seems broken
- name: Analyze Test and/or Coverage Results
uses: runforesight/foresight-test-kit-action@v1
if: success() || failure()
with:
api_key: ${{ secrets.FORESIGHT_KEY }}
test_format: JUNIT
test_framework: JEST
test_path: ./coverage/junit.xml
coverage_format: LCOV/TXT
coverage_path: ./coverage/lcov.info


puppeteer:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f1d1b49

Please sign in to comment.