Skip to content

Switch CI to github actions #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Switch CI to github actions #21

wants to merge 2 commits into from

Conversation

jrmi
Copy link
Collaborator

@jrmi jrmi commented May 20, 2021

No description provided.

@jrmi jrmi changed the title Switch to github actions Switch CI to github actions May 20, 2021
@jrmi jrmi force-pushed the switch-to-github-actions branch from 3164812 to 7950774 Compare May 20, 2021 07:49
@codecov
Copy link

codecov bot commented May 20, 2021

Codecov Report

Merging #21 (3e37569) into master (8dbb4aa) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #21   +/-   ##
=======================================
  Coverage   96.55%   96.55%           
=======================================
  Files           9        9           
  Lines         116      116           
=======================================
  Hits          112      112           
  Misses          4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8dbb4aa...3e37569. Read the comment docs.

steps:
- run: echo "Ici on tests"
- run: pip install
- run: pip install Django==2.2 -U #FIXME

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIXME found

@jrmi jrmi force-pushed the switch-to-github-actions branch 5 times, most recently from b29217f to 7f7682f Compare May 20, 2021 10:18
- uses: actions/checkout@v2
- run: echo "Ici on tests"
- run: pip install
- run: pip install Django==2.2.* -U #FIXME

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIXME found

@jrmi jrmi force-pushed the switch-to-github-actions branch from 7f7682f to 3e37569 Compare May 20, 2021 14:48
steps:
- uses: actions/checkout@v2
- run: pip install
- run: pip install Django==${{ matrix.django-version }} -U #FIXME

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIXME found

@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 3e37569 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Bug Risk 1

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant