Skip to content

Commit

Permalink
Revert "build: removed the go special coverage handling as the issue …
Browse files Browse the repository at this point in the history
…we were having seems to have been resolved (This is a test)"

This reverts commit 269a7e7.
  • Loading branch information
sruehl committed Aug 8, 2023
1 parent d02efc8 commit b6f1628
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions plc4go/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -715,4 +715,22 @@
</dependency>
</dependencies>

<profiles>
<profile>
<id>os-windows</id>
<activation>
<os>
<family>windows</family>
</os>
</activation>
<properties>
<!--
Coverage doesn't work in windows because of a long path issue in cover.exe
Tracked upstream issue: https://github.com/golang/go/issues/60785
-->
<go.cover.flag>-v</go.cover.flag>
</properties>
</profile>
</profiles>

</project>

0 comments on commit b6f1628

Please sign in to comment.