-
-
Notifications
You must be signed in to change notification settings - Fork 0
Implement e2e tests with testscript
#53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #53 +/- ##
============================================
- Coverage 43.98% 42.98% -1.00%
Complexity 56 56
============================================
Files 16 16
Lines 216 221 +5
============================================
Hits 95 95
- Misses 121 126 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| - name: Add bin into PATH | ||
| run: echo "${WORKSPACE}/bin" >> "$GITHUB_PATH" | ||
| env: | ||
| WORKSPACE: ${{ github.workspace }} |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium test
Uses Step
| govulncheck: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: golang/govulncheck-action@v1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
No description provided.