Skip to content

Bump coverlet.collector from 3.1.2 to 6.0.2 in /Difficalcy.Tests #68

Bump coverlet.collector from 3.1.2 to 6.0.2 in /Difficalcy.Tests

Bump coverlet.collector from 3.1.2 to 6.0.2 in /Difficalcy.Tests #68

Workflow file for this run

name: test-on-push
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test
e2e-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make test-e2e