Skip to content

Commit

Permalink
Create job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Mar 7, 2024
1 parent bcac0c5 commit 6bc2e61
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ jobs:
run: poetry install --only test -C meteor
- name: Run the automated tests (for example)
run: poetry run -C meteor pytest --cov=meteor --cov-report xml
- name: Code Coverage Report
uses: irongut/CodeCoverageSummary@v1.3.0
with:
filename: coverage.xml
badge: true
fail_below_min: true
format: markdown
hide_branch_rate: false
hide_complexity: true
indicators: true
output: both
thresholds: '60 80'
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v4
# with:
# directory: ./coverage/reports/
# env_vars: OS,PYTHON
# fail_ci_if_error: true
# files: ./coverage1.xml,./coverage2.xml,!./cache
# flags: unittests
# name: codecov-umbrella
# token: ${{ secrets.CODECOV_TOKEN }}
# verbose: true
1 change: 1 addition & 0 deletions .github/workflows/publish_meteor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
docker:
needs: conda
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Latest Release](https://img.shields.io/github/v/release/metagenopolis/meteor)](https://forgemia.inra.fr/metagenopolis/meteor/-/releases)
[![dockerhub](https://img.shields.io/docker/v/aghozlane/meteor?label=aghozlane/meteor&logo=docker)](https://hub.docker.com/r/aghozlane/meteor/)
![Github Actions](https://github.com/metagenopolis/meteor/actions/workflows/main.yml/badge.svg)
![Code Coverage](hhttps://img.shields.io/badge/Code%20Coverage-83%25-success?style=flat)
<!-- ![Code Coverage](hhttps://img.shields.io/badge/Code%20Coverage-83%25-success?style=flat) -->

## Introduction

Expand Down

0 comments on commit 6bc2e61

Please sign in to comment.