Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
omatheuspimenta committed Aug 23, 2024
1 parent f2c31a2 commit 5219b25
Show file tree
Hide file tree
Showing 65 changed files with 29 additions and 12,730 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: ci
on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout git repo
uses: actions/checkout@v3

- name: Install python
uses: actions/setup-python@v4
with:
python-version: '3.12.0'

- name: pip Install
run: pip install -e .

- name: pip Install dev dependencies
run: pip install -e .[dev]

- name: Run tests
run: task test --cov-report=xml

- name: codecov action
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Binary file removed data/output/classify/model/model.sav
Binary file not shown.
Binary file removed data/output/classify/model/ranges.sav
Binary file not shown.
51 changes: 0 additions & 51 deletions data/output/classify/predict_data.csv

This file was deleted.

Binary file removed data/output/classify/results/confusion_matrix.pdf
Binary file not shown.
252 changes: 0 additions & 252 deletions data/output/classify/results/dataframe.csv

This file was deleted.

30 changes: 0 additions & 30 deletions data/output/classify/results/metrics.txt

This file was deleted.

Binary file removed data/output/mutations/Alpha/Alpha_ExclusiveKmers.sav
Binary file not shown.
1 change: 0 additions & 1 deletion data/output/mutations/Alpha/Alpha_ExclusiveKmers.txt

This file was deleted.

Loading

0 comments on commit 5219b25

Please sign in to comment.