Skip to content

Commit

Permalink
Fix functionalities syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Feb 1, 2023
1 parent ed829b6 commit fa402cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
flags: unit
functionalities: ["gcov"]
functionalities: "gcov"
move_coverage_to_trash: true
- name: Integration tests
if: "matrix.coverage"
Expand All @@ -96,6 +96,6 @@ jobs:
uses: codecov/codecov-action@v3
with:
flags: integration
functionalities: ["gcov"]
functionalities: "gcov"
move_coverage_to_trash: true

0 comments on commit fa402cb

Please sign in to comment.