move stuff around
authorShane Jaroch <chown_tee@proton.me>
Wed, 20 Jul 2022 03:35:14 +0000 (23:35 -0400)
committerShane Jaroch <chown_tee@proton.me>
Wed, 20 Jul 2022 03:36:03 +0000 (23:36 -0400)
.github/workflows/coveralls.yml [moved from .github/workflows/coverage.yml with 98% similarity]
.github/workflows/test-linux.yml

similarity index 98%
rename from .github/workflows/coverage.yml
rename to .github/workflows/coveralls.yml
index 20a2eaa150e944339e37710a8addf3bd353b7b6d..b0c887914f30c8ddda4c9797c8d35d172bd1607e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-name: cov-submit
+name: coveralls
 "on":
   push: {}
 
index c44d3e17c8916020505bc9ba3cd42a97b6c9ebe7..a7654265081a44b9d40c17d239ec67e8d601380e 100644 (file)
@@ -4,7 +4,7 @@ name: test-linux
   push: {}
 
 jobs:
-  test-linux:
+  python:
     runs-on: ubuntu-18.04
 
     strategy: