Skip to content

Commit

Permalink
New yml File Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Qoherent committed Mar 26, 2024
1 parent 42de081 commit 0cc8d76
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/simpletest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Code Coverage [CodeCov]

on: [ push ]

jobs:
codecov:
runs-on: ubuntu-latest
name: CodeCov
steps:
########## CHECK OUT REPO AND DOWNLOAD PACKAGES AND RUN COVERAGE & CODECOV #######
- name: Checkout
uses: actions/checkout@v3
- name: Install poetry and python packages
run: |
pip install poetry pyfiglet
poetry config virtualenvs.create false
poetry install
pyfiglet Continuous Integration
- name: Run Coverage
run: coverage run simple_loop.py
- name: Run CodeCov
run: codecov --token=d847a5c6-9754-4006-90b6-d5105765ac6e

0 comments on commit 0cc8d76

Please sign in to comment.