Skip to content

Commit 223fb08

Browse files
committed
[skip ci] Fix coverage job in nightly
We get the following errors: profiling:./ext/pdo_oci/.libs/oci_statement.gcda:Cannot open ... It seems these extensions were never tested for coverage. Having coverage here would be nice, but since they are not actively worked on I don't want to investigate the issue.
1 parent b20ff2f commit 223fb08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/nightly.yml

-2
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ jobs:
303303
uses: actions/checkout@v3
304304
- name: Create MSSQL container
305305
uses: ./.github/actions/setup-mssql
306-
- name: Create Oracle container
307-
uses: ./.github/actions/setup-oracle
308306
- name: apt
309307
uses: ./.github/actions/apt-x64
310308
- name: Install gcovr

0 commit comments

Comments
 (0)