We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e1f92 commit 3a81786Copy full SHA for 3a81786
.github/workflows/ci.yml
@@ -36,8 +36,7 @@ jobs:
36
otp-version: ${{matrix.otp}}
37
elixir-version: ${{matrix.elixir}}
38
- run: mix deps.get
39
- - run: mix test test/integration/p2p_test.exs:10
40
- # - run: mix coveralls.json
41
- # - uses: codecov/codecov-action@v4
42
- # with:
43
- # token: ${{ secrets.CODECOV_TOKEN }}
+ - run: mix coveralls.json
+ - uses: codecov/codecov-action@v4
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments