Skip to content

Commit

Permalink
Rename flag-name for python versions to python-version
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <gavinfreeborn@gmail.com>
  • Loading branch information
Gavinok committed Nov 20, 2023
1 parent ba1b51e commit 0afe52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/controller_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
with:
flag-name: run-${{ matrix.python-version }}
flag-name: python-${{ matrix.python-version }}
parallel: true
code-coverage:
name: Generate Code Coverage
Expand All @@ -53,4 +53,4 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "run-3.11"
carryforward: "python-3.11"

0 comments on commit 0afe52e

Please sign in to comment.