Commit 128ed39
[GitHub Actions] Setup Tests via Github Actions (#561)
* creating test.yml
still need to add test changes for this to work
* testing addition of coveralls
* add coveralls token
* edit token
* edit token 2
* migrate to GitHub Actions secrets
* remove duplicate testing on push and PR
* Test new Coveralls set up
Using similar set up as to [here](https://github.com/marketplace/actions/coveralls-github-action)
* removing `flag-name` input
* Remove .coveralls.yml
* GA: Remove Python 3.6 from the build matrix
Otherwise, scipy returns this error during installation:
RuntimeError: Python version >= 3.7 required.
* GA: Use nose to run the tests
* Use AndreMiras' version of Coveralls action
According to coverallsapp/github-action#4 (comment),
this version works, unlike the official https://github.com/marketplace/actions/coveralls-github-action.
* Remove .travis.yml
* Add relative_files = True in .coveragerc
* GA: Ignore Python 3.7 on Windows
* Remove unused coveralls lib
* Remove pytest
* Add comment for running performance test
Co-authored-by: Harvey Thompson <58153750+Harveyt47@users.noreply.github.com>
Co-authored-by: Matt McKay <mamckay@gmail.com>1 parent 08a15f5 commit 128ed39
File tree
4 files changed
+63
-61
lines changed- .github/workflows
4 files changed
+63
-61
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
This file was deleted.
0 commit comments