Skip to content

Commit

Permalink
Merge pull request #108 from vn7n24fzkq/chroe/foresight-configure
Browse files Browse the repository at this point in the history
chore: foresight configure
  • Loading branch information
vn7n24fzkq committed Sep 29, 2022
2 parents 17bd41a + 63e23d4 commit 4435a69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
steps:
- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
if: success() || failure()
with:
api_key: ${{ secrets.foresight_api_key }}

Expand All @@ -33,6 +34,7 @@ jobs:

- name: Analyze Test and/or Coverage Results
uses: runforesight/foresight-test-kit-action@v1
if: success() || failure()
with:
api_key: ${{ secrets.foresight_api_key }}
test_format: JUNIT
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<img alt="testandlint" src="https://img.shields.io/github/workflow/status/vn7n24fzkq/github-profile-summary-cards/Test%20and%20Lint?label=Test%20and%20Lint&style=for-the-badge&color=a6da95"></a>
</p>
<p align="center">
<a href="https://foresight.docs.thundra.io">
<img alt="foresighttest" src="https://foresight.service.thundra.io/public/api/v1/badge/test?repoId=b84d871c-a5e4-4320-9638-00bb34c27111"/></a>
<a href="https://foresight.docs.thundra.io">
<img alt="foresightsuccess" src="https://foresight.service.thundra.io/public/api/v1/badge/success?repoId=b84d871c-a5e4-4320-9638-00bb34c27111"></a>
<a href="https://foresight.docs.thundra.io">
<img alt="foresightutilization" src="https://foresight.service.thundra.io/public/api/v1/badge/utilization?repoId=b84d871c-a5e4-4320-9638-00bb34c27111"></a>
<a href="https://docs.runforesight.com">
<img alt="foresighttest" src="https://api-public.service.runforesight.com/api/v1/badge/test?repoId=b84d871c-a5e4-4320-9638-00bb34c27111"/></a>
<a href="https://docs.runforesight.com">
<img alt="foresightsuccess" src="https://api-public.service.runforesight.com/api/v1/badge/success?repoId=b84d871c-a5e4-4320-9638-00bb34c27111"></a>
<a href="https://docs.runforesight.com">
<img alt="foresightutilization" src="https://api-public.service.runforesight.com/api/v1/badge/utilization?repoId=b84d871c-a5e4-4320-9638-00bb34c27111"></a>
</p>
<p align="center">
<a href="https://foresight.docs.thundra.io">
Expand Down

0 comments on commit 4435a69

Please sign in to comment.