Skip to content
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

[WIP] Add support for GitHub actions #95

Merged
merged 30 commits into from
May 27, 2020
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1b46c55
Add draft implementation for GH actions CI
jaimergp Nov 25, 2019
e25cdaf
Escape GH Actions double curly braces
jaimergp Nov 25, 2019
04e6aeb
... in all occurrences :)
jaimergp Nov 25, 2019
3589152
Remove flake8 linting
jaimergp Nov 27, 2019
2c8bd3e
Drop Python 3.8 for now
jaimergp Nov 27, 2019
dc049dd
Add support for non-conda testing
jaimergp Nov 27, 2019
190021c
Add Windows support via bash shells
jaimergp Nov 27, 2019
0666058
Define and use a unified CONDA_EXE env variable
jaimergp Nov 27, 2019
b5984df
Do not restrict max parallel tasks
jaimergp Nov 27, 2019
1dd4c3a
Rename some GHA steps [skip ci]
jaimergp Nov 27, 2019
9b3219f
Add some debugging statements to GHA CI
jaimergp Dec 1, 2019
b448a16
Rename 'build' job to 'test'
jaimergp Dec 1, 2019
5427c3c
Use codecov GH action
jaimergp Dec 1, 2019
61ff699
Escape GHA braces
jaimergp Dec 1, 2019
9e3205c
`conda` is already in PATH, no need for environment variables.
jaimergp Dec 1, 2019
ea2f3ca
Use PYVER env var for cleaner code
jaimergp Dec 1, 2019
8cfbb24
Force colored output in pytest
jaimergp Dec 1, 2019
e97878a
GHA: Use bash script to initialize conda in the shell
jaimergp Dec 4, 2019
dce9a96
GHA: Run on pull requests too
jaimergp Dec 4, 2019
ac94cce
GHA: Jinja will catch {{ }} in comments too
jaimergp Dec 4, 2019
bd54e79
Put initialize_conda.sh under devtools/github-actions
jaimergp Feb 11, 2020
3c60df1
Add GH Actions badge to README
jaimergp Feb 11, 2020
b2a2bc7
Updates for latest codecov GHA action
jaimergp Mar 9, 2020
1692ca0
Migrate conda support to goanpeca's action
jaimergp May 23, 2020
8a025e4
Change CI provider settings
jaimergp May 23, 2020
8ababd6
Merge remote-tracking branch 'upstream/master' into gh-actions
jaimergp May 23, 2020
68734f7
Fix tests (GH Actions still needed!)
jaimergp May 23, 2020
6b41ad8
Change default options in CI providers
jaimergp May 26, 2020
00f1dcb
Label GH Actions as experimental
jaimergp May 26, 2020
01df365
Add a short paragraph on GHA to the README
jaimergp May 26, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/.github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: CodeCov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: {{ '${{ secrets.CODECOV_TOKEN }}' }}
jaimergp marked this conversation as resolved.
Show resolved Hide resolved
file: ./coverage.xml
flags: unittests
yml: ./.codecov.yml