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 6a072cfCopy full SHA for 6a072cf
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
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