Parcourir la source

revert worklfow

t1m0t il y a 3 ans
Parent
commit
d876546485
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      .docker/run_local_tests.sh
  2. 1 1
      .github/workflows/main.yml

+ 2 - 2
.docker/run_local_tests.sh

@@ -21,9 +21,9 @@ function run_script {
 
     # exec test coverage
     cd .. && \
-    echo "rustup default nightly && cargo +nightly tarpaulin --verbose --all-features --tests --workspace --timeout 120 --out Html" | docker run -i --rm --security-opt seccomp=unconfined -v "/home/elios/project/prs/dioxus/:/run_test" dioxus-code-coverage
+    echo "rustup default nightly && cargo +nightly tarpaulin --verbose --all-features --tests --workspace --exclude core-macro --timeout 120 --out Html" | docker run -i --rm --security-opt seccomp=unconfined -v "/home/elios/project/prs/dioxus/:/run_test" dioxus-code-coverage
 
-    firefox tarpaulin-report.html
+    #firefox tarpaulin-report.html
 
     # clean up
     rm -rf tmp

+ 1 - 1
.github/workflows/main.yml

@@ -91,6 +91,6 @@ jobs:
         run: |
           apt-get update &&\
           apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev -y &&\
-          cargo +nightly tarpaulin --target wasm32-unknown-unknown --verbose --tests --all-features --workspace --timeout 120 --out Xml
+          cargo +nightly tarpaulin --verbose --tests --all-features --workspace --timeout 120 --out Xml
       - name: Upload to codecov.io
         uses: codecov/codecov-action@v2