Skip to content

Commit

Permalink
Change test command
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvdkaaden committed Apr 30, 2024
1 parent 8658bf3 commit f97367d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ jobs:

- name: Run tests
working-directory: floor_generator
run: dart test --coverage --coverage-path coverage/lcov.info
run: dart run test_cov

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
working-directory: floor_generator
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: floor_generator
file: ./floor_generator/coverage/lcov.info
file: ./coverage/lcov.info

floor:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f97367d

Please sign in to comment.