Skip to content

Commit

Permalink
codecov only on docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Feb 24, 2021
1 parent e27abfa commit 23e7e1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly-linux.yml
Expand Up @@ -51,8 +51,6 @@ jobs:
run: bundle exec rspec .

env:
CI: true
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
LATEST_LINUX_BIN: https://hydra.iohk.io/job/Cardano/cardano-wallet/cardano-wallet-linux64/latest/download-by-type/file/binary-dist
NODE_DB: ~/node-db-nightly-linux-tests
WALLET_DB: ~/wallet-db
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly-macos.yml
Expand Up @@ -50,8 +50,6 @@ jobs:
run: bundle exec rspec .

env:
CI: true
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
LATEST_MACOS_BIN: https://hydra.iohk.io/job/Cardano/cardano-wallet/cardano-wallet-macos64/latest/download-by-type/file/binary-dist
NODE_DB: ~/node-db-nightly-macos-tests
WALLET_DB: ~/wallet-db
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly-windows.yml
Expand Up @@ -57,8 +57,6 @@ jobs:
run: bundle exec rake win_remove_nssm_services

env:
CI: true
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
LATEST_WIN_BIN: https://hydra.iohk.io/job/Cardano/cardano-wallet/cardano-wallet-win64/latest/download-by-type/file/binary-dist
NODE_DB: d:\node-db-nightly-win-tests
WALLET_DB: d:\wallet-db
Expand Down

0 comments on commit 23e7e1a

Please sign in to comment.