You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
K3D=true TEST_SERVER_URL="ocis.owncloud.test" make test-acceptance-api BEHAT_FEATURE=tests/acceptance/features/coreApiSharePublicLink2/enforcePasswordPublicLink.feature:148
622
+
```
623
+
592
624
## Generating Code Coverage Report by Running Acceptance Tests
593
625
594
626
To find out what oCIS code is covered by the API tests, first create a debug build of oCIS.
@@ -623,4 +655,4 @@ You can also view the report in a web UI using the following command.
623
655
go tool cover -html=cov.txt
624
656
```
625
657
626
-
This command should open a browser with the code report.
658
+
This command should open a browser with the code report.
0 commit comments