We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c961d31 commit 3b22005Copy full SHA for 3b22005
3 files changed
.github/workflows/integration_tests.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: Upload coverage to Codecov
39
uses: codecov/codecov-action@v1
40
with:
41
+ token: ${{ secrets.CODECOV_TOKEN }}
42
files: ./coverage.xml
43
flags: integrationtests
44
env_vars: OS,PYTHON
.github/workflows/pr_integration_tests.yml
@@ -62,6 +62,7 @@ jobs:
62
63
64
65
66
67
68
.github/workflows/unit_tests.yml
@@ -26,6 +26,7 @@ jobs:
26
27
28
29
30
31
flags: unittests
32
0 commit comments