Skip to content

Commit

Permalink
Azure fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonlightSentinel committed Oct 8, 2021
1 parent 9b32d0b commit 5a1565b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines/windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ if [ "${DMD_TEST_COVERAGE:-0}" = "1" ] ; then

# Upload the sources
chmod +x $codecov_uploader
./$codecov_uploader -p . -Z

# -C workaround proposed in https://github.com/codecov/codecov-bash/issues/287
./$codecov_uploader -p . -Z -C $(Build.SourceVersion)

rm codecov*

Expand Down

0 comments on commit 5a1565b

Please sign in to comment.