Skip to content

Commit

Permalink
🧪 Flag test coverage uploads as unit
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Feb 2, 2024
1 parent 49212ce commit fbd18d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,9 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: coverage.xml
flags: CI-GHA
flags: >-
CI-GHA,
unit
token: ${{ secrets.CODECOV_TOKEN }}

pre-deploy:
Expand Down

0 comments on commit fbd18d3

Please sign in to comment.