summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-11-17 12:39:09 +0100
committerBadlop <badlop@process-one.net>2021-11-17 13:20:33 +0100
commita590e81922c2d9bd10e9bc3ceb0bab0f32cbb82c (patch)
tree9967990990b63f55883b71c16e270c14cac8b80c /.github
parentImprove mod_multicast (diff)
Add DIAGNOSTIC to rebar3 coveralls, this fails since some days ago
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7baa5790..ac384e37 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -173,7 +173,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
- rebar3 as test coveralls send
+ DIAGNOSTIC=1 rebar3 as test coveralls send
curl -v -k https://coveralls.io/webhook \
--header "Content-Type: application/json" \
--data '{"repo_name":"$GITHUB_REPOSITORY",