Skip to content

feat: added a configuration key [hide_repository_metadata] that, if s… #342

feat: added a configuration key [hide_repository_metadata] that, if s…

feat: added a configuration key [hide_repository_metadata] that, if s… #342

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
run: make docker-integration-test
- name: Upload coverage
uses: codecov/codecov-action@v3.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: test/coverage.out