voyager_client 0.3.6

Crate that contains base clients for interacting with the NASA Open APIs
Documentation
name: Rust

on:
  push:
    branches: [ "v0.1.0", "phasewalk1-codeov", "main" ]
  pull_request:
    branches: [ "v0.1.0", "phasewalk1-codecov", "main" ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
    - name: Build
      run: cargo build --verbose
    - name: Upload coverage reports to Codecov
      uses: codecov/codecov-action@v3