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 e64e474 commit 924cf39Copy full SHA for 924cf39
.github/workflows/test.yml
@@ -31,3 +31,5 @@ jobs:
31
. venv/bin/activate
32
mkdir test-results
33
pytest -v -s --junitxml=test-reports/junit.xml --cov=crypto --cov-config=.coveragerc --cov-report xml
34
+ - name: Codecov
35
+ run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
0 commit comments