feat: adding unit tests for ipsec#300
feat: adding unit tests for ipsec#300mohamedasifs123 wants to merge 3 commits intoopiproject:mainfrom
Conversation
sandersms
left a comment
There was a problem hiding this comment.
Please address the Go build errors
bfabbca to
abebf84
Compare
| go-version: [ '1.21', '1.22' ] | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
| - uses: actions/checkout@v4 | ||
|
|
||
| - name: Set up Go | ||
| uses: actions/setup-go@v5 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
.github/workflows/go.yml
Outdated
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Set up Docker Buildx | ||
| uses: docker/setup-buildx-action@v3 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
.github/workflows/go.yml
Outdated
| docker exec -ti tests-go-test-1 go test -race -coverprofile=coverage.out -covermode=atomic -v ./... | ||
|
|
||
| - name: Upload coverage to Codecov | ||
| uses: codecov/codecov-action@v3 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
83f82ec to
2614cfd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #300 +/- ##
=======================================
Coverage ? 71.66%
=======================================
Files ? 4
Lines ? 1246
Branches ? 0
=======================================
Hits ? 893
Misses ? 286
Partials ? 67 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Changed the test workflow to support the strongswan integration for vici to run the tests and upload the tests to codecov. |
This reverts commit 93e34b6. Update go.yml Signed-off-by: Mohamed Asif <142201466+mohamedasifs123@users.noreply.github.com> feat: adding unit tests for ipsec This reverts commit d7ff204. Revert "Update go.yml" This reverts commit cf792d3. Update go.yml Signed-off-by: Mohamed Asif <142201466+mohamedasifs123@users.noreply.github.com> Update go.yml Signed-off-by: Mohamed Asif <142201466+mohamedasifs123@users.noreply.github.com> Update go.yml Signed-off-by: Mohamed Asif <142201466+mohamedasifs123@users.noreply.github.com> feat: adding unit tests for ipsec feat: adding unit tests for ipsec Signed-off-by: mohamedasifs123 <asifabu272@gmail.com> feat: adding unit tests for ipsec Signed-off-by: mohamedasifs123 <asifabu272@gmail.com> Update go.yml feat: adding unit tests for ipsec Signed-off-by: mohamedasifs123 <asifabu272@gmail.com>
Signed-off-by: Mohamed Asif <142201466+mohamedasifs123@users.noreply.github.com>
Signed-off-by: Mohamed Asif <142201466+mohamedasifs123@users.noreply.github.com>
No description provided.