Skip to content

Commit

Permalink
[#21] Reorder step field names
Browse files Browse the repository at this point in the history
  • Loading branch information
luongvo authored Jun 28, 2022
1 parent c174ff7 commit d1e8813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .template/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:

- uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
name: Upload coverage to codecov
files: ./coverage/lcov.info
flags: unittests # optional
name: Upload coverage to codecov
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
fail_ci_if_error: false
verbose: true

0 comments on commit d1e8813

Please sign in to comment.