murraylab / PsychRNN

https://psychrnn.readthedocs.io
MIT License
133 stars 42 forks source link

Travis --> Github Actions for CI tests #31

Closed syncrostone closed 3 years ago

syncrostone commented 3 years ago

Set up github actions testing.

It seems like codecov still isn't working, not sure why this is happening but this PR seems to be broken with codecov, so I'm going to merge in and see if I can fix the codecov issue somehow else.

codecov[bot] commented 3 years ago

Codecov Report

Merging #31 (7ed4f92) into master (626e660) will decrease coverage by 76.08%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #31       +/-   ##
==========================================
- Coverage   76.08%   0.00%   -76.09%     
==========================================
  Files          14      14               
  Lines         874     874               
==========================================
- Hits          665       0      -665     
- Misses        209     874      +665     
Impacted Files Coverage Δ
psychrnn/_version.py 0.00% <0.00%> (ø)
__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
psychrnn/backend/models/lstm.py 0.00% <0.00%> (-100.00%) :arrow_down:
psychrnn/backend/regularizations.py 0.00% <0.00%> (-100.00%) :arrow_down:
psychrnn/backend/simulation.py 0.00% <0.00%> (-97.06%) :arrow_down:
psychrnn/tasks/task.py 0.00% <0.00%> (-93.88%) :arrow_down:
psychrnn/tasks/match_to_category.py 0.00% <0.00%> (-93.48%) :arrow_down:
psychrnn/tasks/perceptual_discrimination.py 0.00% <0.00%> (-90.25%) :arrow_down:
psychrnn/backend/rnn.py 0.00% <0.00%> (-85.37%) :arrow_down:
psychrnn/backend/loss_functions.py 0.00% <0.00%> (-83.34%) :arrow_down:
... and 2 more

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 b362fca...9efc890. Read the comment docs.