Skip to content

Commit

Permalink
Add flags to coverage submission
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Aug 21, 2023
1 parent d6bc67a commit e014bf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
run: sbt '++ ${{ matrix.scala }}' 'project ${{ matrix.project }}' doc

- uses: codecov/codecov-action@v3
with:
flags: ${{ matrix.scala }},${{ matrix.project }}

publish:
name: Publish Artifacts
Expand Down
3 changes: 2 additions & 1 deletion github.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ ThisBuild / githubWorkflowBuildPostamble +=
"codecov",
"codecov-action",
"v3"
)
),
params = Map("flags" -> s"$${{ matrix.scala }},$${{ matrix.project }}")
)

0 comments on commit e014bf8

Please sign in to comment.