diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee594f22..e557e2f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,10 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: + flags: >- + GHA, + ${{ runner.os }}, + ${{ matrix.python }} functionalities: gcov verbose: true # optional (default = false) |
