Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Replace all usage of ioutil.ReadAll #56

Replace all usage of ioutil.ReadAll

Replace all usage of ioutil.ReadAll #56

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