Skip to content

Replace all usage of ioutil.ReadAll (#9) #1

Replace all usage of ioutil.ReadAll (#9)

Replace all usage of ioutil.ReadAll (#9) #1

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Run tests
run: make test_ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3