Skip to content

Commit

Permalink
[INTERNAL] Enable client-side code coverage also for OPA5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Sep 29, 2023
1 parent 81ffb92 commit a546f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/test/integration/opaTests.qunit.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

<script src="../../resources/sap/ui/thirdparty/qunit-2.js"></script>
<script src="../../resources/sap/ui/qunit/qunit-junit.js"></script>
<script src="../../resources/sap/ui/qunit/qunit-coverage-istanbul.js" data-sap-ui-cover-only="sap/ui/demo/todo/" data-sap-ui-cover-never="sap/ui/demo/todo/test/"></script>

<script src="opaTests.qunit.js"></script>
</head>
Expand Down

0 comments on commit a546f4d

Please sign in to comment.