Skip to content

Bump debug from 4.1.1 to 4.3.4 in /src/visualizer #131

Bump debug from 4.1.1 to 4.3.4 in /src/visualizer

Bump debug from 4.1.1 to 4.3.4 in /src/visualizer #131

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: setup .net
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.302
- name: restore cake tool
run: dotnet tool restore
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
- name: run build script
run: dotnet cake
- run: dotnet cake --configuration debug --target cover
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info