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

[MAINT] run test and flake8 github actions #131

Merged
merged 33 commits into from
Oct 16, 2023
Merged

Conversation

Remi-Gau
Copy link
Contributor

@Remi-Gau Remi-Gau commented Aug 30, 2023

  • upload coverage report
  • make sure tests pass
  • rm travis.yml
  • add GHA workflow
  • add test data instead of downloading from neurovault to minimize failures
  • add pre-commit to run flake8 locally upon commit

@Remi-Gau
Copy link
Contributor Author

not sure why we are getting this: https://github.com/miykael/atlasreader/actions/runs/6030134696

The runner has received a shutdown signal

@Remi-Gau Remi-Gau changed the title [MAINT] update tests to be run with github actions [MAINT] run test and flake8 github actions Aug 30, 2023
@Remi-Gau
Copy link
Contributor Author

Will let this rest for today. Finishing fixing this may require diving into libraries I am not familiar with.

@miykael
Copy link
Owner

miykael commented Oct 14, 2023

I was able to make the tests pass, and updated the faulty badges. But now it crashes do to some coveralls issue. Unfortunately I'm not familiar with coveralls or its github-actions. I registered on coveralls.io and added the a token via the command line, but it's still failing. Any idea how to debug this?

@Remi-Gau Remi-Gau marked this pull request as ready for review October 16, 2023 17:24
@Remi-Gau
Copy link
Contributor Author

Any idea how to debug this?

the action was fine I just had forgotten to generate the coverage report. 🙈

BTW: added python 3.12 in CI

@miykael
Copy link
Owner

miykael commented Oct 16, 2023

Oh super! Thank you for all of this! Looks good to me, will go ahead and merge it!

@miykael miykael merged commit 9217e14 into miykael:master Oct 16, 2023
7 checks passed
@Remi-Gau Remi-Gau deleted the tests branch October 16, 2023 19:23
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.

fix broken badge in readme run tests on github action instead of travis
2 participants