Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
voltgizerz committed Jun 16, 2024
1 parent 7fce32a commit deb188f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' && env.totalCoverage < env.TESTCOVERAGE_THRESHOLD }}
with:
message: |
❌ Test coverage is below the threshold. Please add more unit tests or adjust the threshold to a lower value.
❌ Test coverage is below the threshold. Please add more unit tests.
- **Coverage: ${{env.totalCoverage}}%, Threshold: ${{env.TESTCOVERAGE_THRESHOLD}}%**
reactions: eyes

Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

0 comments on commit deb188f

Please sign in to comment.