github_action_tutorial

github action tutorial

https://github.com/moshi4/github_action_tutorial

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

github action tutorial

Basic Info
  • Host: GitHub
  • Owner: moshi4
  • Language: Python
  • Default Branch: main
  • Size: 48.8 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme Citation

README.md

pytest demo

example workflow codecov

pytest run example

```bash

Install pytest pytest-cov

poetry install

Activate poetry venv

poetry shell

Run pytest

pytest

Run pytest with coverage

pytest --cov --cov-report=xml ```

Owner

  • Name: moshi
  • Login: moshi4
  • Kind: user

Web Developer / Bioinformatics / GIS

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "FamilyName"
  given-names: "GivenName"
title: "TEST TITLE"
date-released: 2021-10-21
url: "https://github.com/moshi4/github_action_tutorial"

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: less than a minute
  • Average time to close pull requests: less than a minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • moshi4 (1)
Pull Request Authors
  • moshi4 (1)
Top Labels
Issue Labels
question (1)
Pull Request Labels

Dependencies

poetry.lock pypi
  • atomicwrites 1.4.0 develop
  • attrs 21.2.0 develop
  • black 21.9b0 develop
  • click 8.0.3 develop
  • colorama 0.4.4 develop
  • coverage 6.0.2 develop
  • flake8 4.0.1 develop
  • iniconfig 1.1.1 develop
  • mccabe 0.6.1 develop
  • mypy-extensions 0.4.3 develop
  • packaging 21.0 develop
  • pathspec 0.9.0 develop
  • platformdirs 2.4.0 develop
  • pluggy 1.0.0 develop
  • py 1.10.0 develop
  • pycodestyle 2.8.0 develop
  • pyflakes 2.4.0 develop
  • pyparsing 2.4.7 develop
  • pytest 6.2.5 develop
  • pytest-cov 3.0.0 develop
  • regex 2021.10.8 develop
  • toml 0.10.2 develop
  • tomli 1.2.1 develop
  • typing-extensions 3.10.0.2 develop
pyproject.toml pypi
  • black ^21.9b0 develop
  • flake8 ^4.0.1 develop
  • pytest ^6.2.5 develop
  • pytest-cov ^3.0.0 develop
  • python ^3.8