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 2d44376 commit 9c2108fCopy full SHA for 9c2108f
.github/workflows/ci.yml
@@ -36,7 +36,8 @@ jobs:
36
otp-version: ${{matrix.otp}}
37
elixir-version: ${{matrix.elixir}}
38
- run: mix deps.get
39
- - run: mix coveralls.json
40
- - uses: codecov/codecov-action@v4
41
- with:
42
- token: ${{ secrets.CODECOV_TOKEN }}
+ - run: mix test test/integration/p2p_test.exs:10
+ # - run: mix coveralls.json
+ # - uses: codecov/codecov-action@v4
+ # with:
43
+ # token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments