diff options
| author | tanvimoharir <74228962+tanvimoharir@users.noreply.github.com> | 2021-06-13 14:39:34 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-13 14:39:34 +0530 |
| commit | a3ecad2a2fb95c146a9260515093dcdc1e764ee6 (patch) | |
| tree | 7e0554c076a60b64304e784831ac89b9104316da /.github/workflows | |
| parent | 3033bed2d152bc900eaafe37b5e99557c525c297 (diff) | |
| download | python-setuptools-git-a3ecad2a2fb95c146a9260515093dcdc1e764ee6.tar.gz | |
Adding flags
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) |
