-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix: [#31] added a new handler to list all the endpoints in a map * fix: [#31] added extra unit test for list handler * fix: [#31] added test case for invalid endpoints map * fix: [#31] increased test coverage %
- Loading branch information
1 parent
e491c56
commit ef1b7a8
Showing
3 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: schubergphilis/[email protected] | ||
with: | ||
code-coverage-expected: 63.1 | ||
code-coverage-expected: 64.6 | ||
golang-unit-tests-exclusions: |- | ||
\(cmd\/mcvs-integrationtest-services\|cmd\/oktamock\) | ||
testing-type: ${{ matrix.testing-type }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters