Skip to content

Update root directory in tests.yml and change coverage report format … #55

Update root directory in tests.yml and change coverage report format …

Update root directory in tests.yml and change coverage report format … #55

Workflow file for this run

name: Testing bemore
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: sudo snap install --edge --classic just
- uses: actions/checkout@v4
- name: Cache Docker images.
uses: ScribeMD/[email protected]
with:
key: docker-${{ hashFiles('docker-compose.ci.yml') }}
- run: just test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
root_dir: ./backend/app/
fail_ci_if_error: false
verbose: true