Skip to content

add formatted in one line print output. change External IP and Local … #6

add formatted in one line print output. change External IP and Local …

add formatted in one line print output. change External IP and Local … #6

Workflow file for this run

name: CI Job
on: [push]
jobs:
run_tests:
runs-on: ubuntu-latest
name: A job to run in docker container
steps:
- name: Run action step
uses: actions/checkout@v3
- name: Run test and save coverage profile
run: go test -v -cover -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage.txt