Skip to content

fix: pipenv

fix: pipenv #209

Workflow file for this run

name: Unittests
on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # Checking out the repo
- name: install_deps
uses: VaultVulp/[email protected]
with:
command: install -d # Install all dependencies, including development ones
- name: show_graph
uses: VaultVulp/[email protected]
with:
command: graph # shows installed pip packages
- name: test
uses: VaultVulp/[email protected]
with:
command: |
run coverage run -m pytest && \
coverage report
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: very-doge-wow/stella