CI: removed foresight github action

This commit is contained in:
esimov
2023-03-31 15:29:01 +03:00
parent b8b3e7f3c5
commit fc01f8e08e
+1 -12
View File
@@ -52,15 +52,4 @@ jobs:
- name: Run Tests
id: makefile
run: |
make test
- name: Analyze Test and/or Coverage Results
if: always()
uses: runforesight/foresight-test-kit-action@v1
with:
api_key: ${{ secrets.FORESIGHT_PROJECT_WALL_APIKEY }}
test_framework: golang
test_format: json
test_path: ./test-report.json
coverage_format: golang
coverage_path: |
coverage.out
make test