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
627
+
```
628
+
592
629
## Generating Code Coverage Report by Running Acceptance Tests
593
630
594
631
To find out what oCIS code is covered by the API tests, first create a debug build of oCIS.
@@ -623,4 +660,4 @@ You can also view the report in a web UI using the following command.
623
660
go tool cover -html=cov.txt
624
661
```
625
662
626
-
This command should open a browser with the code report.
663
+
This command should open a browser with the code report.
0 commit comments