Commit graph

13 commits

Author SHA1 Message Date
Dave Shawley
b64cd0cbde
Stop testing 3.7, add 3.11
This removes our reliance on asynctest and reduces the maintenance
burden slightly.  We still support 3.7, just removing explicit testing
of it.
2023-07-27 09:17:38 -04:00
Dave Shawley
d0b860edc0
Improve the GitHub test phase.
I incorporated the changes in tox.ini into the automated test workflow
so that we do not end up tagging a broken build :/
2021-07-21 12:27:33 -04:00
Dave Shawley
ea8d2363fe
Add build.yml
Roughly based on what @gmr did in sprockets-postgres... still not sure
if the explicit `if` guard is necessary.
2021-04-08 08:11:36 -04:00
dave-shawley
6832ea8ee2
Update run-tests.yml
Guess that I don't need to do this explicitly ... who knew?!
2021-04-07 08:02:13 -04:00
dave-shawley
d7b4fc568b
Update run-tests.yml
Hopefully fix the `if` condition for sonar analysis
2021-04-07 07:55:43 -04:00
Dave Shawley
e35f903744
Update sonar upload to only run on main. 2021-04-07 07:44:04 -04:00
Dave Shawley
27c357f14a
Fix workflow syntax error... hopefully 2021-04-07 07:35:03 -04:00
Dave Shawley
40708fa70c
Pass coverage.xml to sonar analysis.
Since the code doesn't contain any version specific stuff, we don't need
to combine coverage output files (thank $diety).
2021-04-07 07:27:30 -04:00
dave-shawley
a47442332c
Add sonar cloud into run-tests 2021-04-06 21:51:36 -04:00
Dave Shawley
7b57fa9fa9
Try to fix codecov uploads... 2021-04-06 21:25:46 -04:00
Dave Shawley
0d911fc3e2
Enable codecov upload. 2021-03-30 08:29:48 -04:00
Dave Shawley
63dc44fd22
Ensure that docs build as part of CI. 2021-03-11 07:43:17 -05:00
Dave Shawley
4360bc298a
Run style, lint, and unittests using GH actions.
There is some commented out code for code coverage reporting that can be
enabled after this repo is publicised.
2021-03-10 07:14:21 -05:00