Skip to content

Snyk fixes

Snyk fixes #4267

Workflow file for this run

name: 🕵️ Test suite
on:
push:
pull_request:
types: [ "opened", "synchronize", "reopened" ]
jobs:
unit_tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run unit tests
run: docker compose -f docker-compose.test.yml up --build --exit-code-from test
- uses: codecov/codecov-action@v4
with:
files: ./coverage.txt
flags: unittests
name: codecov-umbrella
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}