Skip to content

[oss gateway util] modify structs for hcs-mgw, bump util v0.0.5, bump tea v0.0.20 #40

[oss gateway util] modify structs for hcs-mgw, bump util v0.0.5, bump tea v0.0.20

[oss gateway util] modify structs for hcs-mgw, bump util v0.0.5, bump tea v0.0.20 #40

Workflow file for this run

name: POP .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
defaults:
run:
shell: bash
working-directory: alibabacloud-gateway-pop/csharp
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.2.207
- name: install altcover
run: cd core/ && dotnet tool install --global altcover.visualizer --version 8.6.14
- name: Install dependencies
run: cd core/ && dotnet restore
- name: Build
run: cd core/ && dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test tests/ /p:AltCover=true
- name: CodeCov
run: bash <(curl -s https://codecov.io/bash) -cF csharp